Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1519575
| From | Gustavo Padovan <gustavo@padovan.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 0/3] drm: add explict fencing |
| Date | 2016-11-11 06:20 +0100 |
| Message-ID | <sCcpP-8on-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Hi, New version of the DRM fences patches with all comments on v7 adressed. Please refer to the cover letter[1] in a previous version to check for more details. The changes since the last version can be seen in commit message on each patch. Robert Foss managed to port Android's drm_hwcomposer to the new HWC2 API and added support to fences. Current patches can be seen here: https://git.collabora.com/cgit/user/robertfoss/drm_hwcomposer.git/log/?h=hwc2_fence_v1 He ran AOSP on top of padovan/fences kernel branch with full fence support on qemu/virgl and msm db410c. That means we already have a working open source userspace using the explicit fencing implementation. Also i-g-t testing are available with all tests suggested in v7 included: https://git.collabora.com/cgit/user/padovan/intel-gpu-tools.git/log/ Please review! Gustavo [1] https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1253822.html --- Gustavo Padovan (3): drm/fence: add in-fences support drm/fence: add fence timeline to drm_crtc drm/fence: add out-fences support drivers/gpu/drm/Kconfig | 1 + drivers/gpu/drm/drm_atomic.c | 256 +++++++++++++++++++++++++++++------- drivers/gpu/drm/drm_atomic_helper.c | 5 + drivers/gpu/drm/drm_crtc.c | 45 +++++++ drivers/gpu/drm/drm_plane.c | 1 + include/drm/drm_atomic.h | 1 + include/drm/drm_crtc.h | 56 ++++++++ 7 files changed, 320 insertions(+), 45 deletions(-) -- 2.5.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v8 0/3] drm: add explict fencing Gustavo Padovan <gustavo@padovan.org> - 2016-11-11 06:20 +0100
[PATCH v8 2/3] drm/fence: add fence timeline to drm_crtc Gustavo Padovan <gustavo@padovan.org> - 2016-11-11 06:20 +0100
Re: [PATCH v8 2/3] drm/fence: add fence timeline to drm_crtc Sean Paul <seanpaul@chromium.org> - 2016-11-11 17:00 +0100
[PATCH v8 3/3] drm/fence: add out-fences support Gustavo Padovan <gustavo@padovan.org> - 2016-11-11 06:20 +0100
Re: [PATCH v8 3/3] drm/fence: add out-fences support Brian Starkey <brian.starkey@arm.com> - 2016-11-11 12:50 +0100
Re: [PATCH v8 3/3] drm/fence: add out-fences support Gustavo Padovan <gustavo.padovan@collabora.com> - 2016-11-11 14:30 +0100
csiph-web