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)
committerImre Deak <imre.deak@intel.com>
Thu, 4 Feb 2021 17:22:02 +0000 (19:22 +0200)
commit468091531c2e5c49f55d8c6f1d036ce997d24e13
treea4e7e3a1d7d7b955b64bb98ea1e6544159fa1bb4
parentb91907a6241193465ca92e357adf16822242296d
drm/dp_mst: Don't cache EDIDs for physical ports

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
drivers/gpu/drm/drm_dp_mst_topology.c