Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_blend.c142 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument
154 WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0); in drm_plane_create_rotation_property()
156 WARN_ON(rotation & ~supported_rotations); in drm_plane_create_rotation_property()
160 supported_rotations); in drm_plane_create_rotation_property()
194 unsigned int supported_rotations) in drm_rotation_simplify() argument
196 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
/drivers/gpu/drm/i915/
Dintel_sprite.c1330 unsigned int supported_rotations; in intel_sprite_plane_create() local
1415 supported_rotations = in intel_sprite_plane_create()
1419 supported_rotations = in intel_sprite_plane_create()
1423 supported_rotations = in intel_sprite_plane_create()
1454 supported_rotations); in intel_sprite_plane_create()
Dintel_display.c13205 unsigned int supported_rotations; in intel_primary_plane_create() local
13305 supported_rotations = in intel_primary_plane_create()
13309 supported_rotations = in intel_primary_plane_create()
13313 supported_rotations = in intel_primary_plane_create()
13316 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()
13322 supported_rotations); in intel_primary_plane_create()