All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] drm: add asynchrounous plane update
@ 2017-06-28 20:54 Gustavo Padovan
  2017-06-28 20:54 ` [PATCH v3 1/6] drm/atomic: initial support for asynchronous " Gustavo Padovan
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Gustavo Padovan @ 2017-06-28 20:54 UTC (permalink / raw)
  To: dri-devel; +Cc: Gustavo Padovan, intel-gfx

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

Hi,

This is just a rebase on top of latest drm-misc-next. Last iteration
can be found here:

https://www.spinics.net/lists/intel-gfx/msg130582.html

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              |  70 ++++++++++++
 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_kms.c             |  20 ++++
 drivers/gpu/drm/vc4/vc4_plane.c           | 128 +++++++++-------------
 include/drm/drm_atomic.h                  |   2 +
 include/drm/drm_atomic_helper.h           |   2 +
 include/drm/drm_modeset_helper_vtables.h  |  50 +++++++++
 11 files changed, 398 insertions(+), 323 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] 13+ messages in thread

end of thread, other threads:[~2017-06-30  7:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28 20:54 [PATCH v3 0/6] drm: add asynchrounous plane update Gustavo Padovan
2017-06-28 20:54 ` [PATCH v3 1/6] drm/atomic: initial support for asynchronous " Gustavo Padovan
2017-06-30  7:30   ` Daniel Vetter
2017-06-30  7:49     ` Daniel Vetter
2017-06-28 20:54 ` [PATCH v3 2/6] drm/i915: update cursors asynchronously through atomic Gustavo Padovan
2017-06-30  7:27   ` Daniel Vetter
2017-06-28 20:54 ` [PATCH v3 3/6] drm/i915: remove intel_cursor_plane_funcs Gustavo Padovan
2017-06-28 20:54 ` [PATCH v3 4/6] drm/msm: update cursors asynchronously through atomic Gustavo Padovan
2017-06-28 20:54 ` [PATCH v3 5/6] drm/msm: remove mdp5_cursor_plane_funcs Gustavo Padovan
2017-06-28 20:55 ` [PATCH v3 6/6] drm/vc4: update cursors asynchronously through atomic Gustavo Padovan
2017-06-28 20:58 ` ✗ Fi.CI.BAT: failure for drm: add asynchrounous plane update (rev4) Patchwork
2017-06-28 21:16   ` Gustavo Padovan
2017-06-29  8:51     ` Daniel Vetter

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.