All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] rcar-du, vsp1: rcar-gen3: Add support for colorkey alpha blending
@ 2017-05-07 10:13 ` Alexandru Gheorghe
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandru Gheorghe @ 2017-05-07 10:13 UTC (permalink / raw)
  To: Alexandru_Gheorghe, laurent.pinchart, linux-renesas-soc,
	dri-devel, linux-media, geert, sergei.shtylyov

Currently, rcar-du supports colorkeying  only for rcar-gen2 and it uses 
some hw capability of the display unit(DU) which is not available on gen3.
In order to implement colorkeying for gen3 we need to use the colorkey
capability of the VSPD, hence the need to change both drivers rcar-du and
vsp1.

This patchset had been developed and tested on top of v4.9/rcar-3.5.1 from
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git

Changes since v1:
- group boolean variables to reduce object size
- fixed signoff

Alexandru Gheorghe (2):
  v4l: vsp1: Add support for colorkey alpha blending
  drm: rcar-du: Add support for colorkey alpha blending

 drivers/gpu/drm/rcar-du/rcar_du_drv.h   |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_kms.c   |  8 ++++++++
 drivers/gpu/drm/rcar-du/rcar_du_plane.c |  3 ---
 drivers/gpu/drm/rcar-du/rcar_du_plane.h |  6 ++++++
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c   | 22 ++++++++++++++++++++++
 drivers/gpu/drm/rcar-du/rcar_du_vsp.h   |  5 +++++
 drivers/media/platform/vsp1/vsp1_drm.c  |  3 +++
 drivers/media/platform/vsp1/vsp1_rpf.c  | 10 ++++++++--
 drivers/media/platform/vsp1/vsp1_rwpf.h |  3 +++
 include/media/vsp1.h                    |  3 +++
 10 files changed, 59 insertions(+), 5 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-11-27 11:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-07 10:13 [PATCH v2 0/2] rcar-du, vsp1: rcar-gen3: Add support for colorkey alpha blending Alexandru Gheorghe
2017-05-07 10:13 ` Alexandru Gheorghe
2017-05-07 10:13 ` [PATCH v2 1/2] v4l: vsp1: " Alexandru Gheorghe
2017-05-07 10:13   ` Alexandru Gheorghe
2017-06-07 16:56   ` Mauro Carvalho Chehab
2017-06-07 16:56     ` Mauro Carvalho Chehab
2017-05-07 10:13 ` [PATCH v2 2/2] drm: rcar-du: " Alexandru Gheorghe
2017-05-07 10:13   ` Alexandru Gheorghe
2017-05-08 16:33 ` [PATCH v2 0/2] rcar-du, vsp1: rcar-gen3: " Eric Anholt
2017-05-08 16:33   ` Eric Anholt
2017-05-08 18:29   ` Daniel Vetter
2017-05-09  7:12     ` Gheorghe, Alexandru
2017-11-27 11:12       ` Laurent Pinchart
2017-11-27 11:12         ` Laurent Pinchart

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.