Searched refs:ttm_base_object (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_object.h91 * struct ttm_base_object
122 struct ttm_base_object { struct
128 void (*refcount_release) (struct ttm_base_object **base);
129 void (*ref_obj_release) (struct ttm_base_object *base,
137 * @base: The struct ttm_base_object to initialize.
141 * @refcount_release: See the struct ttm_base_object description.
142 * @ref_obj_release: See the struct ttm_base_object description.
144 * Initializes a struct ttm_base_object.
148 struct ttm_base_object *base,
151 void (*refcount_release) (struct ttm_base_object
[all...]
H A Dttm_lock.h70 struct ttm_base_object base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_object.c113 struct ttm_base_object *obj;
143 struct ttm_base_object *base,
146 void (*refcount_release) (struct ttm_base_object **),
147 void (*ref_obj_release) (struct ttm_base_object *,
183 struct ttm_base_object *base =
184 container_of(kref, struct ttm_base_object, refcount);
196 void ttm_base_object_unref(struct ttm_base_object **p_base)
198 struct ttm_base_object *base = *p_base;
214 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile,
218 struct ttm_base_object *bas
[all...]
H A Dttm_lock.c211 static void ttm_vt_lock_remove(struct ttm_base_object **p_base)
213 struct ttm_base_object *base = *p_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c39 struct ttm_base_object base;
44 struct ttm_base_object base;
49 struct ttm_base_object base;
64 struct ttm_base_object base;
285 static void vmw_user_context_base_release(struct ttm_base_object **p_base)
287 struct ttm_base_object *base = *p_base;
502 struct ttm_base_object *base;
535 static void vmw_user_surface_base_release(struct ttm_base_object **p_base)
537 struct ttm_base_object *base = *p_base;
676 struct ttm_base_object *bas
[all...]

Completed in 67 milliseconds