Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_blend.c183 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument
195 WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0); in drm_plane_create_rotation_property()
197 WARN_ON(rotation & ~supported_rotations); in drm_plane_create_rotation_property()
201 supported_rotations); in drm_plane_create_rotation_property()
235 unsigned int supported_rotations) in drm_rotation_simplify() argument
237 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
/Linux-v4.19/include/drm/
Ddrm_blend.h44 unsigned int supported_rotations);
46 unsigned int supported_rotations);
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sprite.c1507 unsigned int supported_rotations; in intel_sprite_plane_create() local
1604 supported_rotations = in intel_sprite_plane_create()
1608 supported_rotations = in intel_sprite_plane_create()
1612 supported_rotations = in intel_sprite_plane_create()
1643 supported_rotations); in intel_sprite_plane_create()
Dintel_display.c13653 unsigned int supported_rotations; in intel_primary_plane_create() local
13776 supported_rotations = in intel_primary_plane_create()
13781 supported_rotations = in intel_primary_plane_create()
13785 supported_rotations = in intel_primary_plane_create()
13789 supported_rotations = in intel_primary_plane_create()
13792 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()
13798 supported_rotations); in intel_primary_plane_create()