Searched refs:rotation_type (Results 1 – 12 of 12) sorted by relevance
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | overlay.c | 141 if (dss_feat_rotation_type_supported(info->rotation_type) == 0) { in dss_ovl_simple_check() 143 info->rotation_type); in dss_ovl_simple_check()
|
D | dispc.c | 929 enum omap_dss_rotation_type rotation_type) in dispc_ovl_configure_burst_type() argument 934 if (rotation_type == OMAP_DSS_ROT_TILER) in dispc_ovl_configure_burst_type() 1745 enum omap_dss_rotation_type rotation_type, in dispc_ovl_set_rotation_attrs() argument 1798 rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_set_rotation_attrs() 1807 bool doublestride = (rotation_type == OMAP_DSS_ROT_TILER) && in dispc_ovl_set_rotation_attrs() 2475 enum omap_dss_rotation_type rotation_type, bool mem_to_mem) in dispc_ovl_calc_scaling() argument 2497 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling() 2592 oi->rotation_type, false); in dispc_ovl_check() 2601 u8 global_alpha, enum omap_dss_rotation_type rotation_type, in dispc_ovl_setup_common() argument 2620 if (paddr == 0 && rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_setup_common() [all …]
|
D | apply.c | 153 op->info.rotation_type = OMAP_DSS_ROT_DMA; in apply_init_priv()
|
/drivers/video/fbdev/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 | 75 enum omap_dss_rotation_type rotation_type; member
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 286 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_calculate_offset() 400 info.rotation_type = OMAP_DSS_ROT_DMA; in omapvid_setup_overlay() 404 info.rotation_type = OMAP_DSS_ROT_VRFB; in omapvid_setup_overlay() 414 info.pos_y, info.out_width, info.out_height, info.rotation_type, in omapvid_setup_overlay() 678 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_buffer_setup() 705 if (ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_buffer_setup() 799 if (ovid->rotation_type == VOUT_ROT_VRFB) in omap_vout_buffer_prepare() 967 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_release() 1337 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_s_ctrl() 1391 if (mirror && ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_s_ctrl() [all …]
|
D | omap_voutdef.h | 95 enum vout_rotaion_type rotation_type; member
|
/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 211 info->rotation_type = OMAP_DSS_ROT_TILER; in omap_framebuffer_update_scanout() 229 info->rotation_type = OMAP_DSS_ROT_DMA; in omap_framebuffer_update_scanout() 239 if (info->rotation_type == OMAP_DSS_ROT_TILER) { in omap_framebuffer_update_scanout()
|
D | omap_plane.c | 91 info.rotation_type = OMAP_DSS_ROT_DMA; in omap_plane_atomic_update()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 976 enum omap_dss_rotation_type rotation_type) in dispc_ovl_configure_burst_type() argument 981 if (rotation_type == OMAP_DSS_ROT_TILER) in dispc_ovl_configure_burst_type() 1778 enum omap_dss_rotation_type rotation_type, in dispc_ovl_set_rotation_attrs() argument 1831 rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_set_rotation_attrs() 1840 bool doublestride = (rotation_type == OMAP_DSS_ROT_TILER) && in dispc_ovl_set_rotation_attrs() 2508 enum omap_dss_rotation_type rotation_type, bool mem_to_mem) in dispc_ovl_calc_scaling() argument 2530 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling() 2593 u8 global_alpha, enum omap_dss_rotation_type rotation_type, in dispc_ovl_setup_common() argument 2612 if (paddr == 0 && rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_setup_common() 2653 rotation_type, mem_to_mem); in dispc_ovl_setup_common() [all …]
|
D | omapdss.h | 359 enum omap_dss_rotation_type rotation_type; member 490 enum omap_dss_rotation_type rotation_type; member
|