Home
last modified time | relevance | path

Searched refs:rotation_type (Results 1 – 9 of 9) sorted by relevance

/drivers/video/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.c43 return snprintf(buf, PAGE_SIZE, "%d\n", ofbi->rotation_type); in show_rotate_type()
67 if (rot_type == ofbi->rotation_type) in store_rotate_type()
77 ofbi->rotation_type = rot_type; in store_rotate_type()
Domapfb.h76 enum omap_dss_rotation_type rotation_type; member
/drivers/media/platform/omap/
Domap_vout.c299 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_calculate_offset()
416 info.rotation_type = OMAP_DSS_ROT_DMA; in omapvid_setup_overlay()
420 info.rotation_type = OMAP_DSS_ROT_VRFB; in omapvid_setup_overlay()
430 info.pos_y, info.out_width, info.out_height, info.rotation_type, in omapvid_setup_overlay()
697 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_buffer_setup()
724 if (ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_buffer_setup()
814 if (ovid->rotation_type == VOUT_ROT_VRFB) in omap_vout_buffer_prepare()
981 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_release()
1403 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) { in vidioc_s_ctrl()
1463 if (mirror && ovid->rotation_type == VOUT_ROT_NONE) { in vidioc_s_ctrl()
[all …]
Domap_voutdef.h94 enum vout_rotaion_type rotation_type; member
/drivers/video/omap2/dss/
Doverlay.c146 if (dss_feat_rotation_type_supported(info->rotation_type) == 0) { in dss_ovl_simple_check()
148 info->rotation_type); in dss_ovl_simple_check()
Ddispc.c894 enum omap_dss_rotation_type rotation_type) in dispc_ovl_configure_burst_type() argument
899 if (rotation_type == OMAP_DSS_ROT_TILER) in dispc_ovl_configure_burst_type()
1594 enum omap_dss_rotation_type rotation_type, in dispc_ovl_set_rotation_attrs() argument
1647 bool doublestride = (rotation_type == OMAP_DSS_ROT_TILER) && in dispc_ovl_set_rotation_attrs()
2283 enum omap_dss_rotation_type rotation_type, bool mem_to_mem) in dispc_ovl_calc_scaling() argument
2300 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2384 oi->rotation_type, false); in dispc_ovl_check()
2393 u8 global_alpha, enum omap_dss_rotation_type rotation_type, in dispc_ovl_setup_common() argument
2438 rotation_type, mem_to_mem); in dispc_ovl_setup_common()
2481 if (rotation_type == OMAP_DSS_ROT_TILER) in dispc_ovl_setup_common()
[all …]
/drivers/gpu/drm/omapdrm/
Domap_fb.c214 info->rotation_type = OMAP_DSS_ROT_TILER; in omap_framebuffer_update_scanout()
218 info->rotation_type = OMAP_DSS_ROT_DMA; in omap_framebuffer_update_scanout()
228 if (info->rotation_type == OMAP_DSS_ROT_TILER) { in omap_framebuffer_update_scanout()
Domap_plane.c432 info->rotation_type = OMAP_DSS_ROT_DMA; in omap_plane_init()