All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/3]  drm: Introduce writeback connectors
@ 2018-05-24 16:41 ` Liviu Dudau
  0 siblings, 0 replies; 13+ messages in thread
From: Liviu Dudau @ 2018-05-24 16:41 UTC (permalink / raw)
  To: Gustavo Padovan
  Cc: Maarten Lankhorst, Sean Paul, Jonathan Corbet, dri-devel,
	linux-kernel, David Airlie, Brian Starkey,
	Alexandru-Cosmin Gheorghe, Eric Anholt, Boris Brezillon,
	Maxime Ripard, Daniel Stone, Rob Clark

Hi,

This is v9 of the writeback connector series. Compared to v8 I've
addressed the comments from Eric Anholt, as well as Maarten Lankhorst's
and Daniel Vetter's one on the client capabilities.

Most importantly, I've also realised that Dave Airlie has moved the drm-next
tree to fd.org and went and rebased the patches on top of the new tree,
which had conflicts with this series as the aspect ration capability was
introduced in the meanwhile.

I will ask Gustavo to pull this series into drm-misc if there are no further
comments.

Best regards,
Liviu



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

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

end of thread, other threads:[~2018-06-07 23:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 16:41 [PATCH v9 0/3] drm: Introduce writeback connectors Liviu Dudau
2018-05-24 16:41 ` Liviu Dudau
2018-05-24 16:41 ` [PATCH v9 1/3] drm: Add writeback connector type Liviu Dudau
2018-05-24 16:41   ` Liviu Dudau
2018-05-25 15:32   ` Brian Starkey
2018-06-07  9:26     ` Liviu Dudau
2018-06-07  9:26       ` Liviu Dudau
2018-06-07 23:05       ` Brian Starkey
2018-06-07 23:05         ` Brian Starkey
2018-05-24 16:41 ` [PATCH v9 2/3] drm: writeback: Add out-fences for writeback connectors Liviu Dudau
2018-05-24 16:41   ` Liviu Dudau
2018-05-24 16:41 ` [PATCH v9 3/3] drm: writeback: Add client capability for exposing " Liviu Dudau
2018-05-24 16:41   ` Liviu Dudau

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.