Searched refs:private_objs (Results 1 – 4 of 4) sorted by relevance
68 kfree(state->private_objs); in drm_atomic_state_default_release()205 struct drm_private_obj *obj = state->private_objs[i].ptr; in drm_atomic_state_default_clear()208 state->private_objs[i].state); in drm_atomic_state_default_clear()209 state->private_objs[i].ptr = NULL; in drm_atomic_state_default_clear()210 state->private_objs[i].state = NULL; in drm_atomic_state_default_clear()211 state->private_objs[i].old_state = NULL; in drm_atomic_state_default_clear()212 state->private_objs[i].new_state = NULL; in drm_atomic_state_default_clear()775 if (obj == state->private_objs[i].ptr) in drm_atomic_get_private_obj_state()776 return state->private_objs[i].state; in drm_atomic_get_private_obj_state()783 size = sizeof(*state->private_objs) * num_objs; in drm_atomic_get_private_obj_state()[all …]
2800 state->private_objs[i].state = old_obj_state; in drm_atomic_helper_swap_state()
346 struct __drm_private_objs_state *private_objs; member893 ((obj) = (__state)->private_objs[__i].ptr, \894 (old_obj_state) = (__state)->private_objs[__i].old_state, \895 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \912 ((obj) = (__state)->private_objs[__i].ptr, \913 (old_obj_state) = (__state)->private_objs[__i].old_state, 1); \930 ((obj) = (__state)->private_objs[__i].ptr, \931 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \
702 struct __drm_private_objs_state *objs_state = &state->private_objs[i]; in __drm_dp_mst_state_iter_get()