public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/6] drm/atomic: add async plane update
@ 2017-05-25 19:51 Gustavo Padovan
  2017-05-25 19:51 ` [PATCH RESEND 1/6] drm/atomic: initial support for asynchronous " Gustavo Padovan
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Gustavo Padovan @ 2017-05-25 19:51 UTC (permalink / raw)
  To: dri-devel; +Cc: Gustavo Padovan, intel-gfx

From: Gustavo Padovan <gustavo.padovan@collabora.com>

Hi,

Resending to include intel-gfx@ and get the patches picked up by CI.

New version of the patches after the comments from Archit. Full details
and the previous discussion can be found here:

https://www.spinics.net/lists/dri-devel/msg141337.html

I'm not including the uAPI patch here, because we don't have any userspace
for it yet.

Please review. Thanks!

Gustavo

--
Gustavo Padovan (6):
  drm/atomic: initial support for asynchronous plane update
  drm/i915: update cursors asynchronously through atomic
  drm/i915: remove intel_cursor_plane_funcs
  drm/msm: update cursors asynchronously through atomic
  drm/msm: remove mdp5_cursor_plane_funcs
  drm/vc4: update cursors asynchronously through atomic

 drivers/gpu/drm/drm_atomic.c              |  65 +++++++++++
 drivers/gpu/drm/drm_atomic_helper.c       |  35 ++++++
 drivers/gpu/drm/i915/intel_atomic_plane.c |  73 +++++++++++++
 drivers/gpu/drm/i915/intel_display.c      | 160 ++++-----------------------
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c | 175 +++++++++++-------------------
 drivers/gpu/drm/msm/msm_atomic.c          |   6 +
 drivers/gpu/drm/vc4/vc4_plane.c           |  99 ++++++-----------
 include/drm/drm_atomic.h                  |   2 +
 include/drm/drm_atomic_helper.h           |   2 +
 include/drm/drm_modeset_helper_vtables.h  |  48 ++++++++
 10 files changed, 355 insertions(+), 310 deletions(-)

-- 
2.9.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-06-12  2:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-25 19:51 [PATCH RESEND 0/6] drm/atomic: add async plane update Gustavo Padovan
2017-05-25 19:51 ` [PATCH RESEND 1/6] drm/atomic: initial support for asynchronous " Gustavo Padovan
2017-05-26  8:45   ` Archit Taneja
2017-06-01  0:47   ` Eric Anholt
2017-06-01  2:24     ` Gustavo Padovan
2017-06-12  2:28       ` Gustavo Padovan
2017-05-25 19:51 ` [PATCH RESEND 2/6] drm/i915: update cursors asynchronously through atomic Gustavo Padovan
2017-05-25 19:51 ` [PATCH RESEND 3/6] drm/i915: remove intel_cursor_plane_funcs Gustavo Padovan
2017-05-25 19:51 ` [PATCH RESEND 4/6] drm/msm: update cursors asynchronously through atomic Gustavo Padovan
2017-05-26  8:44   ` Archit Taneja
2017-05-25 19:51 ` [PATCH RESEND 5/6] drm/msm: remove mdp5_cursor_plane_funcs Gustavo Padovan
2017-05-26  8:44   ` Archit Taneja
2017-05-25 19:51 ` [PATCH RESEND 6/6] drm/vc4: update cursors asynchronously through atomic Gustavo Padovan
2017-06-01  0:43   ` Eric Anholt
2017-06-01  2:07     ` Gustavo Padovan
2017-05-25 20:11 ` ✓ Fi.CI.BAT: success for drm/atomic: add async plane update Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox