Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c191 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in omapfb_get_region_rot_paddr()
201 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_get_region_paddr()
209 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_get_region_vaddr()
461 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in check_fb_size()
514 if (!rg->size || ofbi->rotation_type != OMAP_DSS_ROT_VRFB) in setup_vrfb_rotation()
614 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in set_fb_fix()
820 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_calc_addr()
825 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_calc_addr()
891 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in omapfb_setup_overlay()
903 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_setup_overlay()
[all …]
Domapfb-sysfs.c60 if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB) in store_rotate_type()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss_features.c637 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
658 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
682 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
722 .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
/linux-4.4.14/include/video/
Domapdss.h175 OMAP_DSS_ROT_VRFB = 1 << 1, enumerator
/linux-4.4.14/drivers/media/platform/omap/
Domap_vout.c404 info.rotation_type = OMAP_DSS_ROT_VRFB; in omapvid_setup_overlay()