]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] davinci vpbe: OSD(On Screen Display) block
authorManjunath Hadli <manjunath.hadli@ti.com>
Fri, 17 Jun 2011 07:01:33 +0000 (04:01 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Jun 2011 20:12:53 +0000 (17:12 -0300)
commita9aaa76af8053b3f6ab5f3540c54974b6c0f9258
treeda1d3211827b302e4f236dd6361d8daebecf7c43
parent1c581f00e6c038edd079d9efe43442d5244d7ceb
[media] davinci vpbe: OSD(On Screen Display) block

This patch implements the functionality of the OSD block
of the VPBE. The OSD in total supports 4 planes or Video
sources - 2 mainly RGB and 2 Video. The patch implements general
handling of all the planes, with specific emphasis on the Video
plane capabilities as the Video planes are supported through the
V4L2 driver.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Acked-by: Muralidharan Karicheri <m-karicheri2@ti.com>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/davinci/vpbe_osd.c [new file with mode: 0644]
drivers/media/video/davinci/vpbe_osd_regs.h [new file with mode: 0644]
include/media/davinci/vpbe_osd.h [new file with mode: 0644]