Searched refs:ttm_ref_object_base_unref (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_va.c | 121 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_stream_unref_ioctl()
|
D | ttm_object.h | 233 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
|
D | vmwgfx_fence.c | 770 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_fence_obj_wait_ioctl() 811 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_fence_obj_unref_ioctl() 1101 ttm_ref_object_base_unref(tfile, handle); in vmw_fence_event_ioctl()
|
D | vmwgfx_surface.c | 712 return ttm_ref_object_base_unref(tfile, arg->sid); in vmw_surface_destroy_ioctl() 1085 (void) ttm_ref_object_base_unref(tfile, handle); in vmw_surface_handle_reference() 1135 ttm_ref_object_base_unref(tfile, base->handle); in vmw_surface_reference_ioctl() 2366 ttm_ref_object_base_unref(tfile, arg.rep.handle); in vmw_dumb_create()
|
D | ttm_object.c | 361 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref() function
|
D | vmwgfx_context.c | 722 return ttm_ref_object_base_unref(tfile, arg->cid); in vmw_context_destroy_ioctl()
|
D | vmwgfx_shader.c | 682 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_shader_destroy_ioctl()
|
D | vmwgfx_execbuf.c | 3916 ttm_ref_object_base_unref(vmw_fp->tfile, fence_handle); in vmw_execbuf_copy_fence_user()
|