Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce440e3a authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/powerplay: change dmesg log level in powerplay



Use pr_debug to prevent spamming unimportant dmesg.

Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 139a285f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ static int cz_update_sclk_limit(struct pp_hwmgr *hwmgr)

	clock = hwmgr->display_config.min_core_set_clock;
	if (clock == 0)
		pr_info("min_core_set_clock not set\n");
		pr_debug("min_core_set_clock not set\n");

	if (cz_hwmgr->sclk_dpm.hard_min_clk != clock) {
		cz_hwmgr->sclk_dpm.hard_min_clk = clock;