]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: fix issue of missing '*' on pp_dpm_xxx nodes
authorYang Wang <kevinyang.wang@amd.com>
Mon, 12 Jan 2026 09:48:26 +0000 (17:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Jan 2026 19:28:49 +0000 (14:28 -0500)
commitd81e52fc61fb98dc98f9fdb166ab21f502cb701c
tree465e225dd6fd0d6fe3805f5b6e6384509a68d78e
parent6c160001661b6c4e20f5c31909c722741e14c2d8
drm/amd/pm: fix issue of missing '*' on pp_dpm_xxx nodes

refine the code to fix '*' missing on pp_dpm_xxx series node.

e.g.: missing '*' on navi10 pp_dpm_sclk
$ cat /sys/class/drm/card0/device/pp_dpm_sclk
0: 300Mhz
1: 1930Mhz (missing symbol '*')

Fixes: a08ea4bc7711 ("drm/amd/pm: Add a helper to show dpm table")
Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c