]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Do not enable Replay and PSR while VRR is on in amdgpu_dm_commit_pla...
authorTom Chung <chiahsuan.chung@amd.com>
Wed, 19 Mar 2025 08:31:31 +0000 (16:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 18:32:36 +0000 (14:32 -0400)
commit69a46ce1f15b4391c128d581f6936750f9bfa052
tree236e447b79eda1d09dcb95937b051629def20149
parentba6d8f878d6180d4d0ed0574479fc1e232928184
drm/amd/display: Do not enable Replay and PSR while VRR is on in amdgpu_dm_commit_planes()

[Why]
Replay and PSR will cause some video corruption while VRR is enabled.

[How]
Do not enable the Replay and PSR while VRR is active in
amdgpu_dm_enable_self_refresh().

Fixes: 67edb81d6e9a ("drm/amd/display: Disable replay and psr while VRR is enabled")
Reviewed-by: Sun peng Li <sunpeng.li@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Fangzhi Zuo <jerry.zuo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c