Searched refs:vmw_user_dmabuf_lookup (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 346 ret = vmw_user_dmabuf_lookup(tfile, handle, out_buf); in vmw_user_lookup_handle() 526 int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, in vmw_user_dmabuf_lookup() function 833 ret = vmw_user_dmabuf_lookup(tfile, handle, &out_buf); in vmw_dumb_map_offset()
|
D | vmwgfx_overlay.c | 487 ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf); in vmw_overlay_ioctl()
|
D | vmwgfx_drv.h | 473 extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile,
|
D | vmwgfx_execbuf.c | 704 ret = vmw_user_dmabuf_lookup(sw_context->tfile, handle, &vmw_bo); in vmw_translate_guest_ptr()
|