Patch "drm/dp_mst: Don't cache EDIDs for physical ports" has been added to the 5.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/dp_mst: Don't cache EDIDs for physical ports

to the 5.11-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-dp_mst-don-t-cache-edids-for-physical-ports.patch
and it can be found in the queue-5.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 6955567c13fdfb9c2add0d7b5dd0c62d389e554d
Author: Imre Deak <imre.deak@xxxxxxxxx>
Date:   Mon Feb 1 14:01:43 2021 +0200

    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@xxxxxxx>
    Cc: Lyude Paul <lyude@xxxxxxxxxx>
    Signed-off-by: Imre Deak <imre.deak@xxxxxxxxx>
    Reviewed-by: Lyude Paul <lyude@xxxxxxxxxx>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210201120145.350258-2-imre.deak@xxxxxxxxx
    (cherry picked from commit 468091531c2e5c49f55d8c6f1d036ce997d24e13)
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_dp_mst_topology.c
index b11c0522a4410..405501c74e400 100644
--- a/drivers/gpu/drm/drm_dp_mst_topology.c
+++ b/drivers/gpu/drm/drm_dp_mst_topology.c
@@ -2302,7 +2302,8 @@ drm_dp_mst_port_add_connector(struct drm_dp_mst_branch *mstb,
 	}
 
 	if (port->pdt != DP_PEER_DEVICE_NONE &&
-	    drm_dp_mst_is_end_device(port->pdt, port->mcs)) {
+	    drm_dp_mst_is_end_device(port->pdt, port->mcs) &&
+	    port->port_num >= DP_MST_LOGICAL_PORT_0) {
 		port->cached_edid = drm_get_edid(port->connector,
 						 &port->aux.ddc);
 		drm_connector_set_tile_property(port->connector);



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux