aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Feng <[email protected]>2024-10-17 10:13:41 +0800
committerAlex Deucher <[email protected]>2024-10-22 18:10:08 -0400
commitf888e3d34b8641a551eba8e0fa26209c5392eec8 (patch)
treebd1ab91cd6f4fcb504695437c72588f57a8dbc69
parent9515e74d756b6825f6119823d41b437832d89355 (diff)
drm/amd/pm: update overdrive function on smu v14.0.2/3
update overdrive function on smu v14.0.2/3 Signed-off-by: Kenneth Feng <[email protected]> Acked-by: Yang Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit dcf822fca599e4cbc582801222d519b4da82fab5)
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
index d1d881fdc84b..9ae7945e1d7c 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
@@ -1417,7 +1417,7 @@ static int smu_v14_0_2_print_clk_levels(struct smu_context *smu,
PP_OD_FEATURE_GFXCLK_FMAX,
NULL,
&max_value);
- size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n",
+ size += sysfs_emit_at(buf, size, "SCLK_OFFSET: %7dMhz %10uMhz\n",
min_value, max_value);
}