]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug
authorRoman Li <Roman.Li@amd.com>
Thu, 23 Dec 2021 22:39:57 +0000 (17:39 -0500)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 20 May 2022 12:38:53 +0000 (14:38 +0200)
commitc6a4f0dac7920d0ea20f433479f1d6f3d7a8b585
treee1f325fdb2264fbcbf72d24df8dbe7e7fece8221
parent3a6fe816e5055b3d82de55b1a82221db3ff6b774
drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug

BugLink: https://bugs.launchpad.net/bugs/1969110
[ Upstream commit 128f8ed5902a287a6bb4afe0ffdae8a80b2a64ec ]

[Why]
When display topology changed on DSC hub we add all crtcs with dsc support to
atomic state.
Refer to patch:"drm/amd/display: Trigger modesets on MST DSC connectors"
However the original implementation may skip crtc if the topology change
caused by unplug.
That potentially could lead to no-lightup or corruption on DSC hub after
unplug event on one of the connectors.

[How]
Update add_affected_mst_dsc_crtcs() to use old connector state
if new connector state has no crtc (undergoes modeset due to unplug)

Fixes: 44be939ff7ac58 ("drm/amd/display: Trigger modesets on MST DSC connectors")
Reviewed-by: Hersen Wu <hersenwu@amd.com>
Acked-by: Jasdeep Dhillon <jdhillon@amd.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 0f47edc22c2b7e4c1903d74c3992f09db9453d11)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c