Home
last modified time | relevance | path

Searched refs:ttm_ref_object_base_unref (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_va.c119 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_stream_unref_ioctl()
Dvmwgfx_bo.c730 return ttm_ref_object_base_unref(tfile, handle, in vmw_user_bo_synccpu_release()
870 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_bo_unref_ioctl()
1061 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dumb_destroy()
Dvmwgfx_fence.c845 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_fence_obj_wait_ioctl()
887 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_obj_unref_ioctl()
1177 ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE); in vmw_fence_event_ioctl()
Dvmwgfx_surface.c695 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE); in vmw_surface_destroy_ioctl()
978 (void) ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE); in vmw_surface_handle_reference()
1027 ttm_ref_object_base_unref(tfile, base->hash.key, TTM_REF_USAGE); in vmw_surface_reference_ioctl()
1752 (void) ttm_ref_object_base_unref(tfile, base->hash.key, in vmw_gb_surface_reference_internal()
Dvmwgfx_context.c737 return ttm_ref_object_base_unref(tfile, arg->cid, TTM_REF_USAGE); in vmw_context_destroy_ioctl()
Dvmwgfx_shader.c721 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_shader_destroy_ioctl()
Dvmwgfx_execbuf.c3920 ttm_ref_object_base_unref(vmw_fp->tfile, in vmw_execbuf_copy_fence_user()
/Linux-v4.19/include/drm/ttm/
Dttm_object.h266 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_lock.c269 return ttm_ref_object_base_unref(lock->vt_holder, in ttm_vt_unlock()
Dttm_object.c419 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() function
438 EXPORT_SYMBOL(ttm_ref_object_base_unref);