OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rot_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h
90
struct intel_rotation_info
rot_info
;
member in struct:intel_framebuffer
intel_display_types.h
90
struct intel_rotation_info
rot_info
;
member in struct:intel_framebuffer
intel_display.c
2102
unsigned int intel_rotation_info_size(const struct intel_rotation_info *
rot_info
)
2107
for (i = 0 ; i < ARRAY_SIZE(
rot_info
->plane); i++)
2108
size +=
rot_info
->plane[i].width *
rot_info
->plane[i].height;
2132
view->rotated = to_intel_framebuffer((struct drm_framebuffer *)__UNCONST(fb))->
rot_info
;
2975
struct intel_rotation_info *
rot_info
= &intel_fb->
rot_info
;
local in function:setup_fb_rotation
2984
if (WARN_ON(plane >= ARRAY_SIZE(
rot_info
->plane)))
2987
rot_info
->plane[plane] = *plane_info;
intel_display.c
2102
unsigned int intel_rotation_info_size(const struct intel_rotation_info *
rot_info
)
2107
for (i = 0 ; i < ARRAY_SIZE(
rot_info
->plane); i++)
2108
size +=
rot_info
->plane[i].width *
rot_info
->plane[i].height;
2132
view->rotated = to_intel_framebuffer((struct drm_framebuffer *)__UNCONST(fb))->
rot_info
;
2975
struct intel_rotation_info *
rot_info
= &intel_fb->
rot_info
;
local in function:setup_fb_rotation
2984
if (WARN_ON(plane >= ARRAY_SIZE(
rot_info
->plane)))
2987
rot_info
->plane[plane] = *plane_info;
Completed in 50 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025