Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c346 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()
Dvmwgfx_overlay.c487 ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf); in vmw_overlay_ioctl()
Dvmwgfx_drv.h473 extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile,
Dvmwgfx_execbuf.c704 ret = vmw_user_dmabuf_lookup(sw_context->tfile, handle, &vmw_bo); in vmw_translate_guest_ptr()