OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_obj_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h
906
* @
new_obj_state
: &struct drm_private_state iteration cursor for the new state
913
#define for_each_oldnew_private_obj_in_state(__state, obj, old_obj_state,
new_obj_state
, __i) \
918
(
new_obj_state
) = (__state)->private_objs[__i].new_state, 1); \
943
* @
new_obj_state
: &struct drm_private_state iteration cursor for the new state
950
#define for_each_new_private_obj_in_state(__state, obj,
new_obj_state
, __i) \
954
(
new_obj_state
) = (__state)->private_objs[__i].new_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) {
2840
new_obj_state
->state = NULL;
2843
obj->state =
new_obj_state
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
2385
struct drm_private_state *
new_obj_state
;
2388
for_each_new_private_obj_in_state(state, obj,
new_obj_state
, i) {
2390
return to_dm_atomic_state(
new_obj_state
);
Completed in 30 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026