Searched refs:ttm_ref_object_add (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | ttm_object.c | 213 ret = ttm_ref_object_add(tfile, base, NULL, false); in ttm_base_object_init() 293 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add() function 560 ret = ttm_ref_object_add(tfile, base, NULL, false); in ttm_prime_fd_to_handle()
|
D | ttm_object.h | 217 extern int ttm_ref_object_add(struct ttm_object_file *tfile,
|
D | vmwgfx_fence.c | 1060 ret = ttm_ref_object_add(vmw_fp->tfile, base, in vmw_fence_event_ioctl()
|
D | vmwgfx_surface.c | 954 ret = ttm_ref_object_add(tfile, base, NULL, require_exist); in vmw_surface_handle_reference()
|