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

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c130 if (dss_feat_rotation_type_supported(info->rotation_type) == 0) {
132 info->rotation_type);
H A Ddispc.c890 enum omap_dss_rotation_type rotation_type)
895 if (rotation_type == OMAP_DSS_ROT_TILER)
1699 enum omap_dss_rotation_type rotation_type,
1752 rotation_type != OMAP_DSS_ROT_TILER)
1761 bool doublestride = (rotation_type == OMAP_DSS_ROT_TILER) &&
2431 enum omap_dss_rotation_type rotation_type, bool mem_to_mem)
2453 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER &&
2548 oi->rotation_type, false);
2557 u8 global_alpha, enum omap_dss_rotation_type rotation_type,
2576 if (paddr == 0 && rotation_type !
889 dispc_ovl_configure_burst_type(enum omap_plane plane, enum omap_dss_rotation_type rotation_type) argument
1698 dispc_ovl_set_rotation_attrs(enum omap_plane plane, u8 rotation, enum omap_dss_rotation_type rotation_type, bool mirroring, enum omap_color_mode color_mode) argument
2425 dispc_ovl_calc_scaling(unsigned long pclk, unsigned long lclk, enum omap_overlay_caps caps, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, u16 pos_x, enum omap_dss_rotation_type rotation_type, bool mem_to_mem) argument
2552 dispc_ovl_setup_common(enum omap_plane plane, enum omap_overlay_caps caps, u32 paddr, u32 p_uv_addr, u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, u8 rotation, bool mirror, u8 zorder, u8 pre_mult_alpha, u8 global_alpha, enum omap_dss_rotation_type rotation_type, bool replication, const struct omap_video_timings *mgr_timings, bool mem_to_mem) argument
[all...]
H A Dapply.c140 op->info.rotation_type = OMAP_DSS_ROT_DMA;
/linux-master/drivers/media/platform/ti/omap/
H A Domap_voutdef.h98 enum vout_rotaion_type rotation_type; member in struct:omapvideo_info
H A Domap_vout.c210 if (ovid->rotation_type == VOUT_ROT_VRFB) {
324 info.rotation_type = OMAP_DSS_ROT_DMA;
328 info.rotation_type = OMAP_DSS_ROT_VRFB;
335 "out_height=%d rotation_type=%d screen_width=%d\n", __func__,
338 info.pos_y, info.out_width, info.out_height, info.rotation_type,
874 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) {
919 if (mirror && ovid->rotation_type == VOUT_ROT_NONE) {
982 if (ovid->rotation_type == VOUT_ROT_VRFB)
1018 if (ovid->rotation_type == VOUT_ROT_VRFB)
1356 if (vout->vid_info.rotation_type
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h157 enum omap_dss_rotation_type rotation_type; member in struct:omap_overlay_info
192 enum omap_dss_rotation_type rotation_type; member in struct:omap_dss_writeback_info
H A Ddispc.c1982 enum omap_dss_rotation_type rotation_type,
2034 if (fourcc == DRM_FORMAT_NV12 && rotation_type != OMAP_DSS_ROT_TILER)
2045 rotation_type == OMAP_DSS_ROT_TILER &&
2098 enum omap_dss_rotation_type rotation_type, u8 rotation)
2106 if (rotation_type == OMAP_DSS_ROT_TILER &&
2504 enum omap_dss_rotation_type rotation_type,
2555 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER &&
2619 enum omap_dss_rotation_type rotation_type,
2647 if (paddr == 0 && rotation_type != OMAP_DSS_ROT_TILER)
2679 rotation_type, mem_to_me
1980 dispc_ovl_set_rotation_attrs(struct dispc_device *dispc, enum omap_plane_id plane, u8 rotation, enum omap_dss_rotation_type rotation_type, u32 fourcc) argument
2094 calc_offset(u16 screen_width, u16 width, u32 fourcc, bool fieldmode, unsigned int field_offset, unsigned int *offset0, unsigned int *offset1, s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim, enum omap_dss_rotation_type rotation_type, u8 rotation) argument
2495 dispc_ovl_calc_scaling(struct dispc_device *dispc, enum omap_plane_id plane, unsigned long pclk, unsigned long lclk, enum omap_overlay_caps caps, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, u16 pos_x, enum omap_dss_rotation_type rotation_type, bool mem_to_mem) argument
2610 dispc_ovl_setup_common(struct dispc_device *dispc, enum omap_plane_id plane, enum omap_overlay_caps caps, u32 paddr, u32 p_uv_addr, u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, u8 rotation, u8 zorder, u8 pre_mult_alpha, u8 global_alpha, enum omap_dss_rotation_type rotation_type, bool replication, const struct videomode *vm, bool mem_to_mem, enum drm_color_encoding color_encoding, enum drm_color_range color_range) argument
[all...]
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fb.c187 info->rotation_type = OMAP_DSS_ROT_TILER;
206 info->rotation_type = OMAP_DSS_ROT_NONE;
215 if (info->rotation_type == OMAP_DSS_ROT_TILER) {
H A Domap_plane.c99 info.rotation_type = OMAP_DSS_ROT_NONE;
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c180 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) {
190 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB)
198 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB)
450 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) {
503 if (!rg->size || ofbi->rotation_type != OMAP_DSS_ROT_VRFB)
603 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) {
809 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB)
814 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB)
880 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) {
893 if (ofbi->rotation_type
[all...]
H A Domapfb.h64 enum omap_dss_rotation_type rotation_type; member in struct:omapfb_info
H A Domapfb-sysfs.c33 return sysfs_emit(buf, "%d\n", ofbi->rotation_type);
56 if (rot_type == ofbi->rotation_type)
66 ofbi->rotation_type = rot_type;
/linux-master/include/video/
H A Domapfb_dss.h302 enum omap_dss_rotation_type rotation_type; member in struct:omap_overlay_info
432 enum omap_dss_rotation_type rotation_type; member in struct:omap_dss_writeback_info

Completed in 224 milliseconds