public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
From: Bruce Wang <bzwang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
To: freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org,
	robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	abhinavk-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
Subject: [PATCH v3 0/4] drm/msm: Use atomic helpers for PM suspend/resume
Date: Fri,  5 Oct 2018 17:03:59 -0400	[thread overview]
Message-ID: <20181005210403.54615-1-bzwang@chromium.org> (raw)

Patches 1-2: Changes msm_pm_resume implementation to use atomic helpers
and
removes the previously used dpu_kms_pm_suspend/resume functions.
Patches 3-4: Removes reliance on knowledge about suspend state from crtc
and removes dpu_crtc_reset in favour of the atomic helper.

v2: Reorganized patch ordering, added removal of suspend state reliance
v3: Condesed suspend state reliance patches into one patch (patch 3),
added removal of dpu_crtc_reset

Bruce Wang (4):
  drm/msm/dpu: Remove dpu_kms_pm_suspend/resume
  drm/msm: Cut dpu_kms hooks from msm_pm_suspend/resume
  drm/msm/dpu: Remove suspend state tracking from crtc
  drm/msm/dpu: Replace dpu_crtc_reset by atomic helper

 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c  |  87 +--------------
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h  |   2 -
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c   | 123 ----------------------
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h   |  31 ------
 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h |  15 +--
 drivers/gpu/drm/msm/msm_drv.c             |  27 +++--
 drivers/gpu/drm/msm/msm_kms.h             |   3 -
 7 files changed, 19 insertions(+), 269 deletions(-)

-- 
2.19.0.605.g01d371f741-goog

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

             reply	other threads:[~2018-10-05 21:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05 21:03 Bruce Wang [this message]
     [not found] ` <20181005210403.54615-1-bzwang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2018-10-05 21:04   ` [PATCH v3 1/4] drm/msm/dpu: Remove dpu_kms_pm_suspend/resume Bruce Wang
2018-10-05 21:04   ` [PATCH v3 2/4] drm/msm: Cut dpu_kms hooks from msm_pm_suspend/resume Bruce Wang
     [not found]     ` <20181005210403.54615-3-bzwang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2018-10-08 17:06       ` Sean Paul
2018-10-05 21:04   ` [PATCH v3 3/4] drm/msm/dpu: Remove suspend state tracking from crtc Bruce Wang
     [not found]     ` <20181005210403.54615-4-bzwang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2018-10-08 17:07       ` Sean Paul
2018-10-05 21:04   ` [PATCH v3 4/4] drm/msm/dpu: Replace dpu_crtc_reset by atomic helper Bruce Wang
     [not found]     ` <20181005210403.54615-5-bzwang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2018-10-08 17:07       ` Sean Paul

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=20181005210403.54615-1-bzwang@chromium.org \
    --to=bzwang-f7+t8e8rja9g9huczpvpmw@public.gmane.org \
    --cc=abhinavk-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox