Searched refs:supported_rotations (Results 1 – 10 of 10) sorted by relevance
274 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument286 WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0); in drm_plane_create_rotation_property()288 WARN_ON(rotation & ~supported_rotations); in drm_plane_create_rotation_property()292 supported_rotations); in drm_plane_create_rotation_property()326 unsigned int supported_rotations) in drm_rotation_simplify() argument328 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
48 unsigned int supported_rotations);50 unsigned int supported_rotations);
54 unsigned int (*supported_rotations)(struct device *dev); member130 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations()131 return comp->funcs->supported_rotations(comp->dev); in mtk_ddp_comp_supported_rotations()
247 unsigned int supported_rotations) in mtk_plane_init() argument259 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init()262 supported_rotations); in mtk_plane_init()
42 unsigned int supported_rotations);
281 .supported_rotations = mtk_ovl_supported_rotations,
770 unsigned int supported_rotations; in intel_primary_plane_create() local897 supported_rotations = in intel_primary_plane_create()901 supported_rotations = in intel_primary_plane_create()904 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()910 supported_rotations); in intel_primary_plane_create()
2101 unsigned int supported_rotations; in skl_universal_plane_create() local2189 supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in skl_universal_plane_create()2191 supported_rotations = in skl_universal_plane_create()2196 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()2200 supported_rotations); in skl_universal_plane_create()
1754 unsigned int supported_rotations; in intel_sprite_plane_create() local1824 supported_rotations = in intel_sprite_plane_create()1828 supported_rotations = in intel_sprite_plane_create()1846 supported_rotations); in intel_sprite_plane_create()
7763 unsigned int supported_rotations; in amdgpu_dm_plane_init() local7804 supported_rotations = in amdgpu_dm_plane_init()7811 supported_rotations); in amdgpu_dm_plane_init()
Completed in 51 milliseconds