All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/msm: Misc fixes and improvements
@ 2017-10-27 10:57 Archit Taneja
  2017-10-27 10:57 ` [PATCH 1/6] drm/msm/hdmi: Keep the HDMI_CTRL_ENABLE bitfield always on for 8x96 Archit Taneja
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Archit Taneja @ 2017-10-27 10:57 UTC (permalink / raw)
  To: robdclark; +Cc: linux-arm-msm, dri-devel

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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-11-01 11:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27 10:57 [PATCH 0/6] drm/msm: Misc fixes and improvements Archit Taneja
2017-10-27 10:57 ` [PATCH 1/6] drm/msm/hdmi: Keep the HDMI_CTRL_ENABLE bitfield always on for 8x96 Archit Taneja
2017-10-27 10:57 ` [PATCH 2/6] drm/msm/hdmi: Switch to DRM_CONNECTOR_POLL_HPD Archit Taneja
2017-10-27 10:57 ` [PATCH 3/6] drm/msm/mdp5: Prepare mdp5_pipe_assign for some rework Archit Taneja
2017-10-27 10:57 ` [PATCH 4/6] drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planes Archit Taneja
2017-10-27 10:57 ` [PATCH 5/6] drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabled Archit Taneja
2017-10-27 10:57 ` [PATCH 6/6] drm/msm/mdp5: Don't use async plane update path if plane visibility changes Archit Taneja
2017-11-01 11:26   ` Gustavo Padovan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.