Searched refs:TTM_REF_USAGE (Results 1 - 4 of 4) 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.h50 * TTM_REF_USAGE is a simple refcount on a base object.
61 TTM_REF_USAGE, enumerator in enum:ttm_ref_type
113 * with another ttm_ref_type than TTM_REF_USAGE is deleted.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_object.c167 ret = ttm_ref_object_add(tfile, base, TTM_REF_USAGE, NULL);
323 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release)
H A Dttm_lock.c277 lock->base.hash.key, TTM_REF_USAGE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c321 ttm_ref_object_base_unref(tfile, ctx->base.hash.key, TTM_REF_USAGE);
552 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE);
691 ret = ttm_ref_object_add(tfile, &user_srf->base, TTM_REF_USAGE, NULL);
913 TTM_REF_USAGE);
1119 ttm_ref_object_base_unref(tfile, stream->base.hash.key, TTM_REF_USAGE);

Completed in 114 milliseconds