Misc fixes for better stability on 8x96. One of the cursor patches fixes the async plane update path, the other makes sure we don't restore LM cursor registers if we aren't using it. Archit Taneja (6): drm/msm/hdmi: Keep the HDMI_CTRL_ENABLE bitfield always on for 8x96 drm/msm/hdmi: Switch to DRM_CONNECTOR_POLL_HPD drm/msm/mdp5: Prepare mdp5_pipe_assign for some rework drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planes drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabled drm/msm/mdp5: Don't use async plane update path if plane visibility changes drivers/gpu/drm/msm/hdmi/hdmi.c | 3 ++ drivers/gpu/drm/msm/hdmi/hdmi.h | 3 ++ drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 3 +- drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c | 66 +++++++++++++++------------- drivers/gpu/drm/msm/mdp/mdp5/mdp5_pipe.c | 71 +++++++++++++++++++++++-------- drivers/gpu/drm/msm/mdp/mdp5/mdp5_pipe.h | 7 +-- drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c | 58 +++++++++++++++++-------- 7 files changed, 143 insertions(+), 68 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel