Searched refs:ttm_ref_object_base_unref (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/drm/ttm/ |
D | ttm_object.h | 216 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
|
/linux-3.4.99/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 333 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() function 352 EXPORT_SYMBOL(ttm_ref_object_base_unref);
|
D | ttm_lock.c | 276 return ttm_ref_object_base_unref(lock->vt_holder, in ttm_vt_unlock()
|
/linux-3.4.99/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.c | 736 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_fence_obj_wait_ioctl() 782 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_obj_unref_ioctl() 1149 ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_event_ioctl()
|
D | vmwgfx_resource.c | 400 ttm_ref_object_base_unref(tfile, ctx->base.hash.key, TTM_REF_USAGE); in vmw_context_destroy_ioctl() 1274 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE); in vmw_surface_destroy_ioctl() 1655 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dmabuf_unref_ioctl() 1812 ttm_ref_object_base_unref(tfile, stream->base.hash.key, TTM_REF_USAGE); in vmw_stream_unref_ioctl() 1990 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dumb_destroy()
|
D | vmwgfx_execbuf.c | 1097 ttm_ref_object_base_unref(vmw_fp->tfile, in vmw_execbuf_copy_fence_user()
|