]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/dp_mst: Don't cache EDIDs for physical ports
authorImre Deak <imre.deak@intel.com>
Mon, 1 Feb 2021 12:01:43 +0000 (14:01 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 15 Mar 2021 14:09:12 +0000 (15:09 +0100)
commitc051eb8656aff93a514cd21c245a4f976b5dbf70
treef968ef390de6cc2144dc9c8e6c56dba2ec00e71b
parent047ccb2a921ec00522df85675babcb21651ac82c
drm/dp_mst: Don't cache EDIDs for physical ports

[ Upstream commit 4b8878eefa0a3b65e2e016db49014ea66fb9fd45 ]

Caching EDIDs for physical ports prevents updating the EDID if a port
gets reconnected via a Connection Status Notification message, fix this.

Fixes: db1a07956968 ("drm/dp_mst: Handle SST-only branch device case")
Cc: Wayne Lin <Wayne.Lin@amd.com>
Cc: Lyude Paul <lyude@redhat.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210201120145.350258-2-imre.deak@intel.com
(cherry picked from commit 468091531c2e5c49f55d8c6f1d036ce997d24e13)
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
drivers/gpu/drm/drm_dp_mst_topology.c