Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_va.c121 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_stream_unref_ioctl()
Dttm_object.h233 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
Dvmwgfx_fence.c773 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_fence_obj_wait_ioctl()
814 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_obj_unref_ioctl()
1104 ttm_ref_object_base_unref(tfile, handle); in vmw_fence_event_ioctl()
Dttm_object.c364 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() function
Dvmwgfx_surface.c707 return ttm_ref_object_base_unref(tfile, arg->sid); in vmw_surface_destroy_ioctl()
968 (void) ttm_ref_object_base_unref(tfile, handle); in vmw_surface_handle_reference()
1018 ttm_ref_object_base_unref(tfile, base->handle); in vmw_surface_reference_ioctl()
Dvmwgfx_context.c722 return ttm_ref_object_base_unref(tfile, arg->cid); in vmw_context_destroy_ioctl()
Dvmwgfx_shader.c682 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_shader_destroy_ioctl()
Dvmwgfx_execbuf.c3905 ttm_ref_object_base_unref(vmw_fp->tfile, fence_handle); in vmw_execbuf_copy_fence_user()