public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rcar-du, vsp1: rcar-gen3: Add support for colorkey alpha blending
@ 2017-05-04 10:53 agheorghe
  2017-05-04 10:53 ` [PATCH 1/2] v4l: vsp1: " agheorghe
  2017-05-04 10:53 ` [PATCH 2/2] drm: rcar-du: " agheorghe
  0 siblings, 2 replies; 7+ messages in thread
From: agheorghe @ 2017-05-04 10:53 UTC (permalink / raw)
  To: Alexandru_Gheorghe, laurent.pinchart, linux-renesas-soc,
	dri-devel, linux-media

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

agheorghe (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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-04 10:53 [PATCH 0/2] rcar-du, vsp1: rcar-gen3: Add support for colorkey alpha blending agheorghe
2017-05-04 10:53 ` [PATCH 1/2] v4l: vsp1: " agheorghe
2017-05-04 11:21   ` Sergei Shtylyov
2017-05-04 11:22   ` Geert Uytterhoeven
2017-05-04 10:53 ` [PATCH 2/2] drm: rcar-du: " agheorghe
2017-05-04 12:44   ` Laurent Pinchart
2017-05-07 10:07     ` Gheorghe, Alexandru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox