]> Git Repo - linux.git/commitdiff
drm/amd/pm: update overdrive function on smu v14.0.2/3
authorKenneth Feng <[email protected]>
Thu, 17 Oct 2024 02:13:41 +0000 (10:13 +0800)
committerAlex Deucher <[email protected]>
Tue, 22 Oct 2024 21:50:12 +0000 (17:50 -0400)
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]>
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c

index 1537f6955637cfa476345018936cdf248886e1aa..da448523ec605a0b9152ac9e929f746855f7dce3 100644 (file)
@@ -1404,7 +1404,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);
                }
 
This page took 0.046149 seconds and 4 git commands to generate.