Searched defs:old_obj_state (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_global_state.h | 48 #define for_each_oldnew_global_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument
|
H A D | intel_global_state.c | 177 struct intel_global_state *old_obj_state, *new_obj_state; in intel_atomic_swap_global_state() local
|
/openbmc/linux/include/drm/ |
H A D | drm_atomic.h | 991 #define for_each_oldnew_private_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument 1010 #define for_each_old_private_obj_in_state(__state, obj, old_obj_state, __i) \ argument
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 3025 struct drm_private_state *old_obj_state, *new_obj_state; in drm_atomic_helper_swap_state() local
|