OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linked_state
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c
12342
struct intel_plane_state *
linked_state
= NULL;
local in function:icl_check_nv12_planes
12355
linked_state
= intel_atomic_get_plane_state(state, linked);
12356
if (IS_ERR(
linked_state
))
12357
return PTR_ERR(
linked_state
);
12362
if (!
linked_state
) {
12371
linked_state
->planar_slave = true;
12372
linked_state
->planar_linked_plane = plane;
12378
linked_state
->ctl = plane_state->ctl | PLANE_CTL_YUV420_Y_PLANE;
12379
linked_state
->color_ctl = plane_state->color_ctl;
12380
linked_state
->view = plane_state->view
[
all
...]
Completed in 18 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025