Searched refs:rotation_type (Results 1 – 9 of 9) sorted by relevance
/drivers/video/omap2/omapfb/ |
D | omapfb-main.c | 191 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 …]
|
D | omapfb-sysfs.c | 43 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()
|
D | omapfb.h | 76 enum omap_dss_rotation_type rotation_type; member
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 299 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 …]
|
D | omap_voutdef.h | 94 enum vout_rotaion_type rotation_type; member
|
/drivers/video/omap2/dss/ |
D | overlay.c | 146 if (dss_feat_rotation_type_supported(info->rotation_type) == 0) { in dss_ovl_simple_check() 148 info->rotation_type); in dss_ovl_simple_check()
|
D | dispc.c | 894 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/ |
D | omap_fb.c | 214 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()
|
D | omap_plane.c | 432 info->rotation_type = OMAP_DSS_ROT_DMA; in omap_plane_init()
|