[Intel-gfx] [PATCH v2 0/6] drm: add asynchrounous plane update
Gustavo Padovan
gustavo at padovan.org
Thu Jun 15 02:32:59 UTC 2017
From: Gustavo Padovan <gustavo.padovan at collabora.com>
Hi,
Another iteration on this patchset. Added some a-b and r-b tags to
it and fixed issues in patch 6 reported by Eric. That patch still needs
testing but the rest is tested and working, looking to be already in a good
shape. More info in the email from the previous version:
https://www.spinics.net/lists/dri-devel/msg142522.html
Please let me know what you think. 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 | 99 ++++++-----------
include/drm/drm_atomic.h | 2 +
include/drm/drm_atomic_helper.h | 2 +
include/drm/drm_modeset_helper_vtables.h | 50 +++++++++
11 files changed, 382 insertions(+), 310 deletions(-)
--
2.9.4
More information about the Intel-gfx
mailing list