Searched refs:rotation_type (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/media/platform/omap/ |
A D | omap_vout.c | 210 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_calculate_offset() 324 info.rotation_type = OMAP_DSS_ROT_DMA; in omapvid_setup_overlay() 328 info.rotation_type = OMAP_DSS_ROT_VRFB; in omapvid_setup_overlay() 981 if (ovid->rotation_type == VOUT_ROT_VRFB) in omap_vout_vb2_prepare() 1017 if (ovid->rotation_type == VOUT_ROT_VRFB) in omap_vout_vb2_start_streaming() 1355 if (vout->vid_info.rotation_type == VOUT_ROT_VRFB) { in omap_vout_setup_video_data() 1369 if (vout->vid_info.rotation_type == VOUT_ROT_VRFB) in omap_vout_setup_video_data() 1431 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_setup_video_bufs() 1485 vout->vid_info.rotation_type = VOUT_ROT_VRFB; in omap_vout_create_video_devices() 1522 if (vout->vid_info.rotation_type == VOUT_ROT_VRFB) in omap_vout_create_video_devices() [all …]
|
A D | omap_voutdef.h | 98 enum vout_rotaion_type rotation_type; member
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | overlay.c | 130 if (dss_feat_rotation_type_supported(info->rotation_type) == 0) { in dss_ovl_simple_check() 132 info->rotation_type); in dss_ovl_simple_check()
|
A D | dispc.c | 892 enum omap_dss_rotation_type rotation_type) in dispc_ovl_configure_burst_type() argument 897 if (rotation_type == OMAP_DSS_ROT_TILER) in dispc_ovl_configure_burst_type() 1701 enum omap_dss_rotation_type rotation_type, in dispc_ovl_set_rotation_attrs() argument 1754 rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_set_rotation_attrs() 2455 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling() 2550 oi->rotation_type, false); in dispc_ovl_check() 2578 if (paddr == 0 && rotation_type != OMAP_DSS_ROT_TILER) in dispc_ovl_setup_common() 2619 rotation_type, mem_to_mem); in dispc_ovl_setup_common() 2683 if (rotation_type == OMAP_DSS_ROT_TILER) in dispc_ovl_setup_common() 2688 else if (rotation_type == OMAP_DSS_ROT_DMA) in dispc_ovl_setup_common() [all …]
|
A D | apply.c | 140 op->info.rotation_type = OMAP_DSS_ROT_DMA; in apply_init_priv()
|
/linux/drivers/video/fbdev/omap2/omapfb/ |
A D | omapfb-main.c | 180 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in omapfb_get_region_rot_paddr() 190 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_get_region_paddr() 198 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_get_region_vaddr() 450 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in check_fb_size() 603 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in set_fb_fix() 809 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_calc_addr() 814 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_calc_addr() 893 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) in omapfb_setup_overlay() 903 info.rotation_type = ofbi->rotation_type; in omapfb_setup_overlay() 1310 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) { in omapfb_free_fbmem() [all …]
|
A D | omapfb-sysfs.c | 32 return snprintf(buf, PAGE_SIZE, "%d\n", ofbi->rotation_type); in show_rotate_type() 55 if (rot_type == ofbi->rotation_type) in store_rotate_type() 65 ofbi->rotation_type = rot_type; in store_rotate_type()
|
A D | omapfb.h | 64 enum omap_dss_rotation_type rotation_type; member
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | omap_fb.c | 183 info->rotation_type = OMAP_DSS_ROT_TILER; in omap_framebuffer_update_scanout() 202 info->rotation_type = OMAP_DSS_ROT_NONE; in omap_framebuffer_update_scanout() 211 if (info->rotation_type == OMAP_DSS_ROT_TILER) { in omap_framebuffer_update_scanout()
|
A D | omap_plane.c | 59 info.rotation_type = OMAP_DSS_ROT_NONE; in omap_plane_atomic_update()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
A D | omapdss.h | 157 enum omap_dss_rotation_type rotation_type; member 192 enum omap_dss_rotation_type rotation_type; member
|
A D | dispc.c | 1985 enum omap_dss_rotation_type rotation_type, in dispc_ovl_set_rotation_attrs() argument 2048 rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_set_rotation_attrs() 2109 if (rotation_type == OMAP_DSS_ROT_TILER && in calc_offset() 2502 enum omap_dss_rotation_type rotation_type, in dispc_ovl_calc_scaling() argument 2553 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling() 2611 enum omap_dss_rotation_type rotation_type, in dispc_ovl_setup_common() argument 2671 rotation_type, mem_to_mem); in dispc_ovl_setup_common() 2725 rotation_type, rotation); in dispc_ovl_setup_common() 2803 oi->rotation_type, replication, vm, mem_to_mem, in dispc_ovl_setup() 2836 wi->pre_mult_alpha, global_alpha, wi->rotation_type, in dispc_wb_setup() [all …]
|
/linux/include/video/ |
A D | omapfb_dss.h | 302 enum omap_dss_rotation_type rotation_type; member 432 enum omap_dss_rotation_type rotation_type; member
|
Completed in 50 milliseconds