[media] v4l: vsp1: Switch to XRGB formats
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 26 May 2014 22:57:21 +0000 (19:57 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 17 Jul 2014 15:44:57 +0000 (12:44 -0300)
commit56bfef3e72cf4a98d0e8f56129673146733c1366
treee7de3d46f169c50473cb1b4647853f87124411c8
parentd6c71e8ceb9fe79aaf9c2f73af5cb2ef93526b0d
[media] v4l: vsp1: Switch to XRGB formats

The driver ignores the alpha component on output video nodes and
hardcodes the alpha component to 0 on capture video nodes. Make this
explicit by exposing XRGB formats.

Compatibility with existing userspace applications is handled by
selecting the XRGB format corresponding to the requested old RGB format.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/vsp1/vsp1_video.c
This page took 0.024468 seconds and 5 git commands to generate.