Searched refs:vmw_user_dmabuf_lookup (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 359 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()
|
D | vmwgfx_overlay.c | 487 ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf, NULL); in vmw_overlay_ioctl()
|
D | vmwgfx_shader.c | 472 ret = vmw_user_dmabuf_lookup(tfile, arg->buffer_handle, in vmw_shader_define_ioctl()
|
D | vmwgfx_drv.h | 653 extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile,
|
D | vmwgfx_execbuf.c | 890 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()
|
D | vmwgfx_surface.c | 1315 ret = vmw_user_dmabuf_lookup(tfile, req->buffer_handle, in vmw_gb_surface_define_ioctl()
|