Lines Matching refs:obj
221 struct drm_private_state *(*atomic_duplicate_state)(struct drm_private_obj *obj);
228 void (*atomic_destroy_state)(struct drm_private_obj *obj,
340 struct drm_private_obj *obj; member
607 struct drm_private_obj *obj,
610 void drm_atomic_private_obj_fini(struct drm_private_obj *obj);
614 struct drm_private_obj *obj);
617 struct drm_private_obj *obj);
620 struct drm_private_obj *obj);
1092 #define for_each_oldnew_private_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument
1095 ((obj) = (__state)->private_objs[__i].ptr, \
1111 #define for_each_old_private_obj_in_state(__state, obj, old_obj_state, __i) \ argument
1114 ((obj) = (__state)->private_objs[__i].ptr, \
1129 #define for_each_new_private_obj_in_state(__state, obj, new_obj_state, __i) \ argument
1132 ((obj) = (__state)->private_objs[__i].ptr, \
1133 (void)(obj) /* Only to avoid unused-but-set-variable warning */, \