Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c180 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in omapfb_get_region_rot_paddr()
190 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_get_region_paddr()
198 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_get_region_vaddr()
450 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in check_fb_size()
603 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in set_fb_fix()
809 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_calc_addr()
814 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_calc_addr()
893 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_setup_overlay()
1310 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in omapfb_free_fbmem()
1377 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_alloc_fbmem()
[all …]
H A Domapfb-sysfs.c50 if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB) in store_rotate_type()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss_features.c625 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
646 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
670 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
710 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
/openbmc/linux/include/video/
H A Domapfb_dss.h156 OMAP_DSS_ROT_VRFB = 1 << 1, enumerator
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c328 info.rotation_type = OMAP_DSS_ROT_VRFB; in omapvid_setup_overlay()