Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay.c141 if (dss_feat_rotation_type_supported(info->rotation_type) == 0) { in dss_ovl_simple_check()
143 info->rotation_type); in dss_ovl_simple_check()
Ddispc.c929 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()
2477 enum omap_dss_rotation_type rotation_type, bool mem_to_mem) in dispc_ovl_calc_scaling() argument
2499 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2594 oi->rotation_type, false); in dispc_ovl_check()
2603 u8 global_alpha, enum omap_dss_rotation_type rotation_type, in dispc_ovl_setup_common() argument
2622 if (paddr == 0 && rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_setup_common()
[all …]
Dapply.c153 op->info.rotation_type = OMAP_DSS_ROT_DMA; in apply_init_priv()
/Linux-v4.19/drivers/media/platform/omap/
Domap_vout.c286 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()
1338 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_s_ctrl()
1392 if (mirror && ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_s_ctrl()
[all …]
Domap_voutdef.h97 enum vout_rotaion_type rotation_type; member
/Linux-v4.19/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()
904 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.h75 enum omap_dss_rotation_type rotation_type; member
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_fb.c176 info->rotation_type = OMAP_DSS_ROT_TILER; in omap_framebuffer_update_scanout()
195 info->rotation_type = OMAP_DSS_ROT_NONE; in omap_framebuffer_update_scanout()
206 if (info->rotation_type == OMAP_DSS_ROT_TILER) { in omap_framebuffer_update_scanout()
Domap_plane.c65 info.rotation_type = OMAP_DSS_ROT_NONE; in omap_plane_atomic_update()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddispc.c2003 enum omap_dss_rotation_type rotation_type, in dispc_ovl_set_rotation_attrs() argument
2055 if (fourcc == DRM_FORMAT_NV12 && rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_set_rotation_attrs()
2066 rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_set_rotation_attrs()
2120 enum omap_dss_rotation_type rotation_type, u8 rotation) in calc_offset() argument
2128 if (rotation_type == OMAP_DSS_ROT_TILER && in calc_offset()
2521 enum omap_dss_rotation_type rotation_type, in dispc_ovl_calc_scaling() argument
2559 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2617 enum omap_dss_rotation_type rotation_type, in dispc_ovl_setup_common() argument
2640 if (paddr == 0 && rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_setup_common()
2672 rotation_type, mem_to_mem); in dispc_ovl_setup_common()
[all …]
Domapdss.h248 enum omap_dss_rotation_type rotation_type; member
295 enum omap_dss_rotation_type rotation_type; member
/Linux-v4.19/include/video/
Domapfb_dss.h332 enum omap_dss_rotation_type rotation_type; member
462 enum omap_dss_rotation_type rotation_type; member