OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supported_rotations
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_blend.h
50
unsigned int
supported_rotations
);
52
unsigned int
supported_rotations
);
/src/sys/external/bsd/drm2/dist/drm/
drm_blend.c
232
* @
supported_rotations
: bitmask of supported rotations and reflections
264
unsigned int
supported_rotations
)
276
WARN_ON((
supported_rotations
& DRM_MODE_ROTATE_MASK) == 0);
278
WARN_ON(rotation & ~
supported_rotations
);
282
supported_rotations
);
300
* @
supported_rotations
: Supported rotations
316
unsigned int
supported_rotations
)
318
if (rotation & ~
supported_rotations
) {
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c
2954
unsigned int
supported_rotations
;
local in function:skl_universal_plane_create
3021
supported_rotations
=
3026
supported_rotations
|= DRM_MODE_REFLECT_X;
3030
supported_rotations
);
3065
unsigned int
supported_rotations
;
local in function:intel_sprite_plane_create
3137
supported_rotations
=
3141
supported_rotations
=
3161
supported_rotations
);
intel_display.c
16149
unsigned int
supported_rotations
;
local in function:intel_primary_plane_create
16252
supported_rotations
=
16256
supported_rotations
=
16259
supported_rotations
= DRM_MODE_ROTATE_0;
16265
supported_rotations
);
Completed in 26 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025