Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_va.c119 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_stream_unref_ioctl()
Dttm_object.h267 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
Dvmwgfx_bo.c788 return ttm_ref_object_base_unref(tfile, handle, in vmw_user_bo_synccpu_release()
923 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_bo_unref_ioctl()
1150 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_dumb_destroy()
Dvmwgfx_fence.c834 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_fence_obj_wait_ioctl()
876 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_obj_unref_ioctl()
1167 ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE); in vmw_fence_event_ioctl()
Dvmwgfx_surface.c718 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE); in vmw_surface_destroy_ioctl()
998 (void) ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE); in vmw_surface_handle_reference()
1048 ttm_ref_object_base_unref(tfile, base->handle, TTM_REF_USAGE); in vmw_surface_reference_ioctl()
1667 (void) ttm_ref_object_base_unref(tfile, base->handle, in vmw_gb_surface_reference_internal()
Dttm_object.c443 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() function
Dvmwgfx_context.c723 return ttm_ref_object_base_unref(tfile, arg->cid, TTM_REF_USAGE); in vmw_context_destroy_ioctl()
Dvmwgfx_shader.c709 return ttm_ref_object_base_unref(tfile, arg->handle, in vmw_shader_destroy_ioctl()
Dvmwgfx_execbuf.c3872 ttm_ref_object_base_unref(vmw_fp->tfile, fence_handle, in vmw_execbuf_copy_fence_user()