Searched refs:supported_rotations (Results 1 – 9 of 9) sorted by relevance
267 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument279 WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0); in drm_plane_create_rotation_property()281 WARN_ON(rotation & ~supported_rotations); in drm_plane_create_rotation_property()285 supported_rotations); in drm_plane_create_rotation_property()319 unsigned int supported_rotations) in drm_rotation_simplify() argument321 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
48 unsigned int supported_rotations);50 unsigned int supported_rotations);
81 unsigned int (*supported_rotations)(struct mtk_ddp_comp *comp); member145 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations()146 return comp->funcs->supported_rotations(comp); in mtk_ddp_comp_supported_rotations()
229 unsigned int supported_rotations) in mtk_plane_init() argument241 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init()244 supported_rotations); in mtk_plane_init()
42 unsigned int supported_rotations);
320 .supported_rotations = mtk_ovl_supported_rotations,
3064 unsigned int supported_rotations; in skl_universal_plane_create() local3129 supported_rotations = in skl_universal_plane_create()3134 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()3138 supported_rotations); in skl_universal_plane_create()3179 unsigned int supported_rotations; in intel_sprite_plane_create() local3251 supported_rotations = in intel_sprite_plane_create()3255 supported_rotations = in intel_sprite_plane_create()3273 supported_rotations); in intel_sprite_plane_create()
16368 unsigned int supported_rotations; in intel_primary_plane_create() local16469 supported_rotations = in intel_primary_plane_create()16473 supported_rotations = in intel_primary_plane_create()16476 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()16482 supported_rotations); in intel_primary_plane_create()
6061 unsigned int supported_rotations; in amdgpu_dm_plane_init() local6096 supported_rotations = in amdgpu_dm_plane_init()6102 supported_rotations); in amdgpu_dm_plane_init()