Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_va.c121 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_stream_unref_ioctl()
H A Dttm_object.h233 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
H A Dvmwgfx_fence.c474 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_fence_obj_wait_ioctl()
511 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_obj_unref_ioctl()
733 ttm_ref_object_base_unref(tfile, handle); in vmw_fence_event_ioctl()
H A Dttm_object.c361 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() function
H A Dvmwgfx_context.c722 return ttm_ref_object_base_unref(tfile, arg->cid); in vmw_context_destroy_ioctl()
H A Dvmwgfx_shader.c682 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_shader_destroy_ioctl()
H A Dvmwgfx_execbuf.c3909 ttm_ref_object_base_unref(vmw_fp->tfile, fence_handle); in vmw_execbuf_copy_fence_user()