OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:obj_state
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_atomic.c
785
struct drm_private_state *
obj_state
;
local in function:drm_atomic_get_private_obj_state
805
obj_state
= obj->funcs->atomic_duplicate_state(obj);
806
if (!
obj_state
)
809
state->private_objs[index].state =
obj_state
;
811
state->private_objs[index].new_state =
obj_state
;
813
obj_state
->state = state;
818
obj,
obj_state
, state);
820
return
obj_state
;
Completed in 13 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025