All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] drm: Introduce writeback connectors
@ 2017-05-15 17:20 ` Liviu Dudau
  0 siblings, 0 replies; 15+ messages in thread
From: Liviu Dudau @ 2017-05-15 17:20 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Boris Brezillon, Jani Nikula, Brian Starkey, Sean Paul,
	DRI devel, LKML, Ville Syrjälä,
	Eric Anholt

Hi,

This is v5 of the writeback connector series. Boris Brezillon thought
that having to explicitly instantiate an encoder when using drm_writeback_connector
is a bit too cumbersome, so I'm pushing out this version where we embed
a virtual encoder inside drm_writeback_connector in order to satisfy the
DRM framework. The caller of drm_writeback_connector_init() can control
the embedded encoder by passing the drm_encoder_helper_funcs to be used.

Comments are welcome on the suitability of this series.

Best regards,
Liviu

Brian Starkey (2):
  drm: Add writeback connector type
  drm: writeback: Add out-fences for writeback connectors

 Documentation/gpu/drm-kms.rst       |   9 +
 drivers/gpu/drm/Makefile            |   2 +-
 drivers/gpu/drm/drm_atomic.c        | 229 ++++++++++++++++++++++-
 drivers/gpu/drm/drm_atomic_helper.c |   6 +
 drivers/gpu/drm/drm_connector.c     |   4 +-
 drivers/gpu/drm/drm_writeback.c     | 362 ++++++++++++++++++++++++++++++++++++
 include/drm/drm_atomic.h            |  11 ++
 include/drm/drm_connector.h         |  13 ++
 include/drm/drm_mode_config.h       |  22 +++
 include/drm/drm_writeback.h         | 127 +++++++++++++
 include/uapi/drm/drm_mode.h         |   1 +
 11 files changed, 775 insertions(+), 11 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_writeback.c
 create mode 100644 include/drm/drm_writeback.h

-- 
2.12.2

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

end of thread, other threads:[~2017-05-23 15:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 17:20 [PATCH v5 0/2] drm: Introduce writeback connectors Liviu Dudau
2017-05-15 17:20 ` Liviu Dudau
2017-05-15 17:20 ` [PATCH v5 1/2] drm: Add writeback connector type Liviu Dudau
2017-05-15 17:20   ` Liviu Dudau
2017-05-16  0:30   ` Rob Clark
2017-05-16  0:30     ` Rob Clark
2017-05-16  8:08     ` Liviu Dudau
2017-05-16  8:08       ` Liviu Dudau
2017-05-15 17:20 ` [PATCH v5 2/2] drm: writeback: Add out-fences for writeback connectors Liviu Dudau
2017-05-15 17:20   ` Liviu Dudau
2017-05-23 14:33 ` [PATCH v5 0/2] drm: Introduce " Boris Brezillon
2017-05-23 14:38   ` Liviu Dudau
2017-05-23 14:38     ` Liviu Dudau
2017-05-23 15:16     ` Boris Brezillon
2017-05-23 15:16       ` Boris Brezillon

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.