]> Gentwo Git Trees - linux/.git/commit
drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 28 Aug 2025 15:11:09 +0000 (17:11 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Sep 2025 19:55:44 +0000 (15:55 -0400)
commited3803533c7bf7df88bc3fc9f70bd317e1228ea8
tree4e10a87af57f804b51945632cec6ce93b54c7fb0
parent9003a0746864f39a0ef72bd45f8e1ad85d930d67
drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)

According to pp_pm_compute_clocks the non-DC display code
has "issues with mclk switching with refresh rates over 120 hz".
The workaround is to disable MCLK switching in this case.

Do the same for legacy DPM.

Fixes: 6ddbd37f1074 ("drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementations")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/amdgpu_dpm_internal.c