aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/amdgpu_pm.c
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2023-01-12 16:18:52 +0000
committerAlex Deucher <[email protected]>2023-01-17 21:11:51 +0000
commit29f5be8dcc73c19de9a27ff21f044c4d7942abe6 (patch)
tree6a78005827da87fde5a40ebdd0341a5207643d70 /drivers/gpu/drm/amd/pm/amdgpu_pm.c
parentdrm/amdkfd: Support process XNACK mode dynamic change (diff)
downloadkernel-29f5be8dcc73c19de9a27ff21f044c4d7942abe6.tar.gz
kernel-29f5be8dcc73c19de9a27ff21f044c4d7942abe6.zip
drm/amdgpu/pm: update hwmon power documentation
Power reporting is socket power. On APUs this includes the CPU. Update the documentation to clarify this. Reviewed-by: Aaron Liu <[email protected]> Reviewed-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
-rw-r--r--drivers/gpu/drm/amd/pm/amdgpu_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
index 236657eece47..76b9ec64ca50 100644
--- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
@@ -3059,7 +3059,7 @@ static ssize_t amdgpu_hwmon_show_mclk_label(struct device *dev,
*
* hwmon interfaces for GPU power:
*
- * - power1_average: average power used by the GPU in microWatts
+ * - power1_average: average power used by the SoC in microWatts. On APUs this includes the CPU.
*
* - power1_cap_min: minimum cap supported in microWatts
*