2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-16 01:24:08 +08:00
linux-next/drivers/media/video/omap
archit taneja 445e258fa2 [media] OMAP_VOUT: Create separate file for VRFB related API's
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>
2011-07-27 17:56:06 -03:00
..
Kconfig [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
Makefile [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
omap_vout_vrfb.c [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
omap_vout_vrfb.h [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
omap_vout.c [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
omap_voutdef.h [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
omap_voutlib.c [media] OMAP_VOUT: CLEANUP: Move generic functions and macros to common files 2011-07-27 17:56:05 -03:00
omap_voutlib.h [media] OMAP_VOUT: CLEANUP: Move generic functions and macros to common files 2011-07-27 17:56:05 -03:00