Searched refs:ttm_ref_object_base_unref (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/drm/ttm/ |
D | ttm_object.h | 262 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.c | 759 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_fence_obj_wait_ioctl() 805 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_obj_unref_ioctl() 1169 ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_event_ioctl()
|
D | vmwgfx_surface.c | 679 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE); in vmw_surface_destroy_ioctl() 969 (void) ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE); in vmw_surface_handle_reference() 1017 ttm_ref_object_base_unref(tfile, base->hash.key, TTM_REF_USAGE); in vmw_surface_reference_ioctl() 1429 (void) ttm_ref_object_base_unref(tfile, base->hash.key, in vmw_gb_surface_reference_ioctl()
|
D | vmwgfx_resource.c | 614 return ttm_ref_object_base_unref(tfile, handle, in vmw_user_dmabuf_synccpu_release() 727 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dmabuf_unref_ioctl() 882 ttm_ref_object_base_unref(tfile, stream->base.hash.key, TTM_REF_USAGE); in vmw_stream_unref_ioctl() 1070 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dumb_destroy()
|
D | vmwgfx_context.c | 736 return ttm_ref_object_base_unref(tfile, arg->cid, TTM_REF_USAGE); in vmw_context_destroy_ioctl()
|
D | vmwgfx_shader.c | 716 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_shader_destroy_ioctl()
|
D | vmwgfx_execbuf.c | 3725 ttm_ref_object_base_unref(vmw_fp->tfile, in vmw_execbuf_copy_fence_user()
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 410 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() function 429 EXPORT_SYMBOL(ttm_ref_object_base_unref);
|
D | ttm_lock.c | 268 return ttm_ref_object_base_unref(lock->vt_holder, in ttm_vt_unlock()
|