Searched refs:ttm_ref_object_base_unref (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/drm/ttm/ |
D | ttm_object.h | 262 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 616 return ttm_ref_object_base_unref(tfile, handle, in vmw_user_dmabuf_synccpu_release() 729 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dmabuf_unref_ioctl() 884 ttm_ref_object_base_unref(tfile, stream->base.hash.key, TTM_REF_USAGE); in vmw_stream_unref_ioctl() 1072 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dumb_destroy()
|
D | vmwgfx_surface.c | 675 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE); in vmw_surface_destroy_ioctl() 958 (void) ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE); in vmw_surface_handle_reference() 1006 ttm_ref_object_base_unref(tfile, base->hash.key, TTM_REF_USAGE); in vmw_surface_reference_ioctl() 1413 (void) ttm_ref_object_base_unref(tfile, base->hash.key, in vmw_gb_surface_reference_ioctl()
|
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_shader.c | 335 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_shader_destroy_ioctl()
|
D | vmwgfx_context.c | 465 return ttm_ref_object_base_unref(tfile, arg->cid, TTM_REF_USAGE); in vmw_context_destroy_ioctl()
|
D | vmwgfx_execbuf.c | 2414 ttm_ref_object_base_unref(vmw_fp->tfile, in vmw_execbuf_copy_fence_user()
|
/linux-4.1.27/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()
|