Home
last modified time | relevance | path

Searched refs:OMAP_DSS_ROT_VRFB (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss_features.c626 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
647 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
671 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
711 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c50 if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB) in store_rotate_type()
/linux/include/video/
H A Domapfb_dss.h156 OMAP_DSS_ROT_VRFB = 1 << 1, enumerator
/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c328 info.rotation_type = OMAP_DSS_ROT_VRFB; in omapvid_setup_overlay()