.
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
compared and it is represented by the G bits from RGB888
format.
- bit 24 tells if it is enabled or not.
* colorkey_alpha:
- the alpha to be set for matching pixels, in case it is
missing the pixels will be made transparent
Signed-off-by: agheorghe
.
* YCbCr - only the Y component has to match.
Signed-off-by: agheorghe
---
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 +++
4 files changed, 17