Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A 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()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_blend.h41 unsigned int supported_rotations);
43 unsigned int supported_rotations);
/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c1290 unsigned int supported_rotations; in intel_sprite_plane_create() local
1375 supported_rotations = in intel_sprite_plane_create()
1379 supported_rotations = in intel_sprite_plane_create()
1383 supported_rotations = in intel_sprite_plane_create()
1414 supported_rotations); in intel_sprite_plane_create()
H A Dintel_display.c13170 unsigned int supported_rotations; in intel_primary_plane_create() local
13270 supported_rotations = in intel_primary_plane_create()
13274 supported_rotations = in intel_primary_plane_create()
13278 supported_rotations = in intel_primary_plane_create()
13281 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()
13287 supported_rotations); in intel_primary_plane_create()