Home
last modified time | relevance | path

Searched refs:ttm_prime_fd_to_handle (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_prime.c79 return ttm_prime_fd_to_handle(tfile, fd, handle); in vmw_prime_fd_to_handle()
Dttm_object.h346 extern int ttm_prime_fd_to_handle(struct ttm_object_file *tfile,
Dttm_object.c648 int ttm_prime_fd_to_handle(struct ttm_object_file *tfile, in ttm_prime_fd_to_handle() function
Dvmwgfx_surface.c943 ret = ttm_prime_fd_to_handle(tfile, u_handle, &handle); in vmw_surface_handle_reference()