Searched refs:private_objs (Results 1 – 4 of 4) sorted by relevance
78 kfree(state->private_objs); in drm_atomic_state_default_release()215 struct drm_private_obj *obj = state->private_objs[i].ptr; in drm_atomic_state_default_clear()218 state->private_objs[i].state); in drm_atomic_state_default_clear()219 state->private_objs[i].ptr = NULL; in drm_atomic_state_default_clear()220 state->private_objs[i].state = NULL; in drm_atomic_state_default_clear()221 state->private_objs[i].old_state = NULL; in drm_atomic_state_default_clear()222 state->private_objs[i].new_state = NULL; in drm_atomic_state_default_clear()788 if (obj == state->private_objs[i].ptr) in drm_atomic_get_private_obj_state()789 return state->private_objs[i].state; in drm_atomic_get_private_obj_state()796 size = sizeof(*state->private_objs) * num_objs; in drm_atomic_get_private_obj_state()[all …]
2842 state->private_objs[i].state = old_obj_state; in drm_atomic_helper_swap_state()
358 struct __drm_private_objs_state *private_objs; member916 ((obj) = (__state)->private_objs[__i].ptr, \917 (old_obj_state) = (__state)->private_objs[__i].old_state, \918 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \935 ((obj) = (__state)->private_objs[__i].ptr, \936 (old_obj_state) = (__state)->private_objs[__i].old_state, 1); \953 ((obj) = (__state)->private_objs[__i].ptr, \954 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \
852 struct __drm_private_objs_state *objs_state = &state->private_objs[i]; in __drm_dp_mst_state_iter_get()