drm_atomic_helper.c | 2751 struct drm_private_state *old_obj_state, *new_obj_state; local in function:drm_atomic_helper_swap_state 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;
|