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