HomeSort by: relevance | last modified time | path
    Searched defs:ttm_base_object (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h 97 * struct ttm_base_object
128 struct ttm_base_object { struct
132 void (*refcount_release) (struct ttm_base_object **base);
133 void (*ref_obj_release) (struct ttm_base_object *base,
144 * @base: struct ttm_base_object that we derive from
156 struct ttm_base_object base;
161 void (*refcount_release) (struct ttm_base_object **);
168 * @base: The struct ttm_base_object to initialize.
172 * @refcount_release: See the struct ttm_base_object description.
173 * @ref_obj_release: See the struct ttm_base_object description
    [all...]

Completed in 11 milliseconds