Searched refs:supported_rotations (Results 1 – 3 of 3) sorted by relevance
254 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument266 WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0); in drm_plane_create_rotation_property()268 WARN_ON(rotation & ~supported_rotations); in drm_plane_create_rotation_property()272 supported_rotations); in drm_plane_create_rotation_property()306 unsigned int supported_rotations) in drm_rotation_simplify() argument308 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
2435 unsigned int supported_rotations; in skl_universal_plane_create() local2497 supported_rotations = in skl_universal_plane_create()2502 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()2506 supported_rotations); in skl_universal_plane_create()2539 unsigned int supported_rotations; in intel_sprite_plane_create() local2599 supported_rotations = in intel_sprite_plane_create()2603 supported_rotations = in intel_sprite_plane_create()2623 supported_rotations); in intel_sprite_plane_create()
14844 unsigned int supported_rotations; in intel_primary_plane_create() local14923 supported_rotations = in intel_primary_plane_create()14927 supported_rotations = in intel_primary_plane_create()14930 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()14936 supported_rotations); in intel_primary_plane_create()