445e258fa2
Introduce omap_vout_vrfb.c and omap_vout_vrfb.h, for all VRFB related API's, making OMAP_VOUT driver independent from VRFB. This is required for OMAP4 DSS, since OMAP4 doesn't have VRFB block. Added new enum vout_rotation_type and "rotation_type" member to omapvideo_info, this is initialized based on the arch type in omap_vout_probe. The rotation_type var is now used to choose between vrfb and non-vrfb calls. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
14 lines
399 B
Text
14 lines
399 B
Text
config VIDEO_OMAP2_VOUT_VRFB
|
|
bool
|
|
|
|
config VIDEO_OMAP2_VOUT
|
|
tristate "OMAP2/OMAP3 V4L2-Display driver"
|
|
depends on ARCH_OMAP2 || ARCH_OMAP3
|
|
select VIDEOBUF_GEN
|
|
select VIDEOBUF_DMA_CONTIG
|
|
select OMAP2_DSS
|
|
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
|
|
select VIDEO_OMAP2_VOUT_VRFB if VIDEO_OMAP2_VOUT && OMAP2_VRFB
|
|
default n
|
|
---help---
|
|
V4L2 Display driver support for OMAP2/3 based boards.
|