Patch "drm/msm/dp: make eDP panel as the first connected connector" has been added to the 5.19-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/msm/dp: make eDP panel as the first connected connector

to the 5.19-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-msm-dp-make-edp-panel-as-the-first-connected-con.patch
and it can be found in the queue-5.19 subdirectory.

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



commit dac8d04f6b390bed8b8cd0301fbc5df7c332b3b3
Author: Kuogee Hsieh <quic_khsieh@xxxxxxxxxxx>
Date:   Wed Jul 6 12:32:08 2022 -0700

    drm/msm/dp: make eDP panel as the first connected connector
    
    [ Upstream commit deffa2d75db7e7a9a1fe3dad4f99310bff7b6449 ]
    
    Some userspace presumes that the first connected connector is the main
    display, where it's supposed to display e.g. the login screen. For
    laptops, this should be the main panel.
    
    This patch call drm_helper_move_panel_connectors_to_head() after
    drm_bridge_connector_init() to make sure eDP stay at head of
    connected connector list. This fixes unexpected corruption happen
    at eDP panel if eDP is not placed at head of connected connector
    list.
    
    Changes in v2:
    -- move drm_helper_move_panel_connectors_to_head() to
                    dpu_kms_drm_obj_init()
    
    Changes in v4:
    -- move drm_helper_move_panel_connectors_to_head() to msm_drm_init()
    
    Signed-off-by: Kuogee Hsieh <quic_khsieh@xxxxxxxxxxx>
    Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>
    Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
    Tested-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
    Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
    Fixes: ef7837ff091c ("drm/msm/dp: Add DP controllers for sc7280")
    Patchwork: https://patchwork.freedesktop.org/patch/492581/
    Link: https://lore.kernel.org/r/1657135928-31195-1-git-send-email-quic_khsieh@xxxxxxxxxxx
    Signed-off-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c
index 14ab9a627d8b0..7c0314d6566af 100644
--- a/drivers/gpu/drm/msm/msm_drv.c
+++ b/drivers/gpu/drm/msm/msm_drv.c
@@ -424,6 +424,8 @@ static int msm_drm_init(struct device *dev, const struct drm_driver *drv)
 		}
 	}
 
+	drm_helper_move_panel_connectors_to_head(ddev);
+
 	ddev->mode_config.funcs = &mode_config_funcs;
 	ddev->mode_config.helper_private = &mode_config_helper_funcs;
 



[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