From: Archit Taneja <architt@codeaurora.org>
To: robdclark@gmail.com
Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: [PATCH 0/6] drm/msm: Misc fixes and improvements
Date: Fri, 27 Oct 2017 16:27:26 +0530 [thread overview]
Message-ID: <20171027105732.19235-1-architt@codeaurora.org> (raw)
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
next reply other threads:[~2017-10-27 10:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-27 10:57 Archit Taneja [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171027105732.19235-1-architt@codeaurora.org \
--to=architt@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=robdclark@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.