mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
drm/amdgpu/cz: silence some dpm debug output
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
58829aa67d
commit
1a45e8a11b
@ -1679,9 +1679,9 @@ static int cz_dpm_unforce_dpm_levels(struct amdgpu_device *adev)
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
DRM_INFO("DPM unforce state min=%d, max=%d.\n",
|
DRM_DEBUG("DPM unforce state min=%d, max=%d.\n",
|
||||||
pi->sclk_dpm.soft_min_clk,
|
pi->sclk_dpm.soft_min_clk,
|
||||||
pi->sclk_dpm.soft_max_clk);
|
pi->sclk_dpm.soft_max_clk);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user