dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/2] drm: Add generic colorkey plane properties
@ 2018-06-03 22:00 Dmitry Osipenko
  2018-06-03 22:00 ` [RFC PATCH v3 1/2] drm: Add generic colorkey properties for DRM planes Dmitry Osipenko
  2018-06-03 22:00 ` [RFC PATCH v3 2/2] drm/tegra: plane: Implement generic colorkey property for older Tegra's Dmitry Osipenko
  0 siblings, 2 replies; 14+ messages in thread
From: Dmitry Osipenko @ 2018-06-03 22:00 UTC (permalink / raw)
  To: Laurent Pinchart, Ville Syrjälä, Thierry Reding,
	Neil Armstrong, Maxime Ripard, dri-devel, Paul Kocialkowski
  Cc: linux-media, linux-renesas-soc, Russell King, Ben Skeggs,
	Sinclair Yeh, Thomas Hellstrom, Jani Nikula, Joonas Lahtinen,
	Rodrigo Vivi, linux-tegra, linux-kernel

Hello,

In this version I've reduced color keying modes and properties to a bare
minimum because considering several modes and properties at once might take
quite a lot of effort due to a variety of HW capabilities. This allows us to
start easy with the generic colorkey properties support.

For the starter let's implement probably the most common (and simple) color
keying mode - the "green screen" (or "chroma key") mode. More advanced modes
and features could be implemented later on by as needed basis.

Following Ville's Syrjälä review comments to v2, the color key value is now
given in ARGB16161616 format. Drivers have to convert this 16bpc format into
internal color key value representation themselves. This works well for cases
where conversion is done to a non-planar integer formats, but I'm not sure how
drivers are supposed to cope with cases where conversion involves churning with
fixed point math / floating point representation. Comments are welcome.

v2: https://lists.freedesktop.org/archives/dri-devel/2018-May/178408.html
v1: https://lists.freedesktop.org/archives/dri-devel/2017-December/160510.html

Dmitry Osipenko (1):
  drm/tegra: plane: Implement generic colorkey property for older
    Tegra's

Laurent Pinchart (1):
  drm: Add generic colorkey properties for DRM planes

 drivers/gpu/drm/drm_atomic.c  |  12 ++++
 drivers/gpu/drm/drm_blend.c   |  99 +++++++++++++++++++++++++++++++++
 drivers/gpu/drm/tegra/dc.c    |  25 +++++++++
 drivers/gpu/drm/tegra/dc.h    |   7 +++
 drivers/gpu/drm/tegra/plane.c | 102 ++++++++++++++++++++++++++++++++++
 include/drm/drm_blend.h       |   3 +
 include/drm/drm_plane.h       |  53 ++++++++++++++++++
 7 files changed, 301 insertions(+)

-- 
2.17.0

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-03 22:00 [RFC PATCH v3 0/2] drm: Add generic colorkey plane properties Dmitry Osipenko
2018-06-03 22:00 ` [RFC PATCH v3 1/2] drm: Add generic colorkey properties for DRM planes Dmitry Osipenko
2018-07-06 12:11   ` Maarten Lankhorst
2018-07-06 12:23     ` Ville Syrjälä
2018-07-06 13:05       ` Dmitry Osipenko
2018-07-06 14:10         ` Ville Syrjälä
2018-07-06 14:58           ` Maarten Lankhorst
2018-07-06 14:58           ` Dmitry Osipenko
2018-07-06 15:40             ` Russell King - ARM Linux
2018-07-06 16:32               ` Ville Syrjälä
2018-07-06 16:33               ` Dmitry Osipenko
2018-07-06 17:01                 ` Russell King - ARM Linux
2018-07-06 19:48                   ` Dmitry Osipenko
2018-06-03 22:00 ` [RFC PATCH v3 2/2] drm/tegra: plane: Implement generic colorkey property for older Tegra's Dmitry Osipenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).