All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeykumar Sankaran <jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
To: freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: jeykumar-jfJNa2p1gH1BDgjK7y7TUQ@public.gmane.org,
	robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	nganji-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	hoegsberg-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
	seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org,
	Jeykumar Sankaran
	<jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Subject: [DPU PATCH 0/2] Remove partial update
Date: Thu, 22 Feb 2018 18:32:03 -0800	[thread overview]
Message-ID: <1519353125-32005-1-git-send-email-jsanka@codeaurora.org> (raw)

Patch series to remove partial update support form DPU DRM and dsi-staging.
First set of patches towards getting rid of dpu_connector ops.

Jeykumar Sankaran (2):
  drm/msm/dsi-staging: compile out partial update path
  drm/msm: remove partial update support

 drivers/gpu/drm/msm/disp/dpu1/dpu_connector.c  | 143 +------
 drivers/gpu/drm/msm/disp/dpu1/dpu_connector.h  |   7 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c       | 544 +------------------------
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h       |  18 -
 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c    | 266 ++++--------
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c |   2 +
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h        |   8 -
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms_utils.c  |  42 --
 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c      |  13 -
 drivers/gpu/drm/msm/dsi-staging/dsi_display.c  |   9 +-
 drivers/gpu/drm/msm/dsi-staging/dsi_display.h  |   5 +-
 drivers/gpu/drm/msm/dsi-staging/dsi_drm.c      |  11 +-
 drivers/gpu/drm/msm/dsi-staging/dsi_drm.h      |   4 +-
 drivers/gpu/drm/msm/dsi-staging/dsi_panel.c    |   4 +
 drivers/gpu/drm/msm/dsi-staging/dsi_panel.h    |   2 -
 drivers/gpu/drm/msm/msm_drv.h                  |  56 ---
 16 files changed, 110 insertions(+), 1024 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

_______________________________________________
Freedreno mailing list
Freedreno@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/freedreno

             reply	other threads:[~2018-02-23  2:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-23  2:32 Jeykumar Sankaran [this message]
     [not found] ` <1519353125-32005-1-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-02-23  2:32   ` [DPU PATCH 1/2] drm/msm/dsi-staging: compile out partial update path Jeykumar Sankaran
     [not found]     ` <1519353125-32005-2-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-02-26 15:00       ` Sean Paul
2018-02-23  2:32   ` [DPU PATCH 2/2] drm/msm: remove partial update support Jeykumar Sankaran
     [not found]     ` <1519353125-32005-3-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-02-26 15:21       ` Sean Paul
2018-02-27 18:30         ` jsanka-sgV2jX0FEOL9JmXXK+q4OQ

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=1519353125-32005-1-git-send-email-jsanka@codeaurora.org \
    --to=jsanka-sgv2jx0feol9jmxxk+q4oq@public.gmane.org \
    --cc=freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=hoegsberg-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=jeykumar-jfJNa2p1gH1BDgjK7y7TUQ@public.gmane.org \
    --cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nganji-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    /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.