Skip to content

Commit f888e3d

Browse files
Kenneth Fengalexdeucher
authored andcommitted
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 dcf822f)
1 parent 9515e74 commit f888e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ static int smu_v14_0_2_print_clk_levels(struct smu_context *smu,
14171417
PP_OD_FEATURE_GFXCLK_FMAX,
14181418
NULL,
14191419
&max_value);
1420-
size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n",
1420+
size += sysfs_emit_at(buf, size, "SCLK_OFFSET: %7dMhz %10uMhz\n",
14211421
min_value, max_value);
14221422
}
14231423

0 commit comments

Comments
 (0)