Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c359 ret = vmw_user_dmabuf_lookup(tfile, handle, out_buf, NULL); in vmw_user_lookup_handle()
654 ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &dma_buf, in vmw_user_dmabuf_synccpu_ioctl()
734 int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, in vmw_user_dmabuf_lookup() function
1050 ret = vmw_user_dmabuf_lookup(tfile, handle, &out_buf, NULL); in vmw_dumb_map_offset()
Dvmwgfx_overlay.c487 ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf, NULL); in vmw_overlay_ioctl()
Dvmwgfx_shader.c472 ret = vmw_user_dmabuf_lookup(tfile, arg->buffer_handle, in vmw_shader_define_ioctl()
Dvmwgfx_drv.h653 extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile,
Dvmwgfx_execbuf.c890 ret = vmw_user_dmabuf_lookup(sw_context->fp->tfile, handle, &vmw_bo, in vmw_translate_mob_ptr()
953 ret = vmw_user_dmabuf_lookup(sw_context->fp->tfile, handle, &vmw_bo, in vmw_translate_guest_ptr()
Dvmwgfx_surface.c1315 ret = vmw_user_dmabuf_lookup(tfile, req->buffer_handle, in vmw_gb_surface_define_ioctl()