OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:main_plane
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.h
499
int intel_main_to_aux_plane(const struct drm_framebuffer *fb, int
main_plane
);
intel_display.c
1968
static int main_to_ccs_plane(const struct drm_framebuffer *fb, int
main_plane
)
1971
(
main_plane
&&
main_plane
>= fb->format->num_planes / 2));
1973
return fb->format->num_planes / 2 +
main_plane
;
1985
int intel_main_to_aux_plane(const struct drm_framebuffer *fb, int
main_plane
)
1988
return main_to_ccs_plane(fb,
main_plane
);
2868
int
main_plane
;
local
2888
main_plane
= ccs_to_main_plane(fb, color_plane);
2890
drm_format_info_block_width(fb->format,
main_plane
);
2900
if (
main_plane
== 0
2909
int
main_plane
;
local
2951
int
main_plane
= is_ccs_plane(fb, color_plane) ?
local
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026