[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180517164328.11814-1-Liviu.Dudau@arm.com>
Date: Thu, 17 May 2018 17:43:25 +0100
From: Liviu Dudau <Liviu.Dudau@....com>
To: Gustavo Padovan <gustavo@...ovan.org>
Cc: Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Sean Paul <seanpaul@...omium.org>,
Jonathan Corbet <corbet@....net>,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
David Airlie <airlied@...ux.ie>,
Brian Starkey <brian.starkey@....com>,
Alexandru-Cosmin Gheorghe <alexandru-cosmin.gheorghe@....com>,
Eric Anholt <eric@...olt.net>,
Boris Brezillon <boris.brezillon@...tlin.com>,
Maxime Ripard <maxime.ripard@...tlin.com>,
Daniel Stone <daniels@...labora.com>
Subject: [PATCH v7 0/3] drm: Introduce writeback connectors
Hi,
This is v7 of the writeback connector series. This is just a refresh
of the v6 series in order to get it ready for merging into the kernel,
now that the userspace implementation has been reviewed and ACKed
by Sean Paul here [1].
For anyone that wants a refresh on what changed in v6, the series
can be found here [2]. The only change in v7 is that the userspace
capabilities patch does not depend on the cleanup patch that got NACKed.
Best regards,
Liviu
[1] https://gitlab.freedesktop.org/drm-hwcomposer/drm-hwcomposer/merge_requests/3
[2] https://lists.freedesktop.org/archives/dri-devel/2018-February/167703.html
Brian Starkey (2):
drm: Add writeback connector type
drm: writeback: Add out-fences for writeback connectors
Liviu Dudau (1):
drm: writeback: Add client capability for exposing writeback
connectors
Documentation/gpu/drm-kms.rst | 9 +
drivers/gpu/drm/Makefile | 2 +-
drivers/gpu/drm/drm_atomic.c | 227 +++++++++++++-
drivers/gpu/drm/drm_atomic_helper.c | 30 ++
drivers/gpu/drm/drm_connector.c | 4 +-
drivers/gpu/drm/drm_ioctl.c | 7 +
drivers/gpu/drm/drm_mode_config.c | 5 +
drivers/gpu/drm/drm_writeback.c | 360 +++++++++++++++++++++++
include/drm/drm_atomic.h | 11 +
include/drm/drm_connector.h | 13 +
include/drm/drm_file.h | 7 +
include/drm/drm_mode_config.h | 23 ++
include/drm/drm_modeset_helper_vtables.h | 11 +
include/drm/drm_writeback.h | 129 ++++++++
include/uapi/drm/drm.h | 9 +
include/uapi/drm/drm_mode.h | 1 +
16 files changed, 837 insertions(+), 11 deletions(-)
create mode 100644 drivers/gpu/drm/drm_writeback.c
create mode 100644 include/drm/drm_writeback.h
--
2.17.0
Powered by blists - more mailing lists