Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_blend.c254 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument
266 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() argument
308 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
/drivers/gpu/drm/i915/display/
Dintel_sprite.c2435 unsigned int supported_rotations; in skl_universal_plane_create() local
2497 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() local
2599 supported_rotations = in intel_sprite_plane_create()
2603 supported_rotations = in intel_sprite_plane_create()
2623 supported_rotations); in intel_sprite_plane_create()
Dintel_display.c14844 unsigned int supported_rotations; in intel_primary_plane_create() local
14923 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()