OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_obj_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h
905
* @
old_obj_state
: &struct drm_private_state iteration cursor for the old state
913
#define for_each_oldnew_private_obj_in_state(__state, obj,
old_obj_state
, new_obj_state, __i) \
917
(
old_obj_state
) = (__state)->private_objs[__i].old_state, \
925
* @
old_obj_state
: &struct drm_private_state iteration cursor for the old state
932
#define for_each_old_private_obj_in_state(__state, obj,
old_obj_state
, __i) \
936
(
old_obj_state
) = (__state)->private_objs[__i].old_state, 1); \
/src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c
2751
struct drm_private_state *
old_obj_state
, *new_obj_state;
local
2836
for_each_oldnew_private_obj_in_state(state, obj,
old_obj_state
, new_obj_state, i) {
2837
WARN_ON(obj->state !=
old_obj_state
);
2839
old_obj_state
->state = state;
2842
state->private_objs[i].state =
old_obj_state
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
2403
struct drm_private_state *
old_obj_state
;
2406
for_each_old_private_obj_in_state(state, obj,
old_obj_state
, i) {
2408
return to_dm_atomic_state(
old_obj_state
);
Completed in 21 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026