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
576 struct drm_private_obj *obj,
579 void drm_atomic_private_obj_fini(struct drm_private_obj *obj);
583 struct drm_private_obj *obj);
586 struct drm_private_obj *obj);
589 struct drm_private_obj *obj);
1058 #define for_each_oldnew_private_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument
1061 ((obj) = (__state)->private_objs[__i].ptr, \
1077 #define for_each_old_private_obj_in_state(__state, obj, old_obj_state, __i) \ argument
1080 ((obj) = (__state)->private_objs[__i].ptr, \
1095 #define for_each_new_private_obj_in_state(__state, obj, new_obj_state, __i) \ argument
1098 ((obj) = (__state)->private_objs[__i].ptr, \
1099 (void)(obj) /* Only to avoid unused-but-set-variable warning */, \