Home
last modified time | relevance | path

Searched refs:rotation_cfg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c272 .rotation_cfg = NULL, \
291 .rotation_cfg = rot_cfg, \
H A Ddpu_plane.c715 if (!sblk->rotation_cfg) { in dpu_plane_check_inline_rotation()
720 if (drm_rect_width(&src) > sblk->rotation_cfg->rot_maxheight) { in dpu_plane_check_inline_rotation()
722 src.y2, sblk->rotation_cfg->rot_maxheight); in dpu_plane_check_inline_rotation()
726 supported_formats = sblk->rotation_cfg->rot_format_list; in dpu_plane_check_inline_rotation()
727 num_formats = sblk->rotation_cfg->rot_num_formats; in dpu_plane_check_inline_rotation()
H A Ddpu_hw_catalog.h403 const struct dpu_rotation_cfg *rotation_cfg; member