Searched refs:vmw_user_bo_lookup (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 770 ret = vmw_user_bo_lookup(tfile, arg->handle, &vbo, in vmw_user_bo_synccpu_ioctl() 890 int vmw_user_bo_lookup(struct ttm_object_file *tfile, in vmw_user_bo_lookup() function 1037 ret = vmw_user_bo_lookup(tfile, handle, &out_buf, NULL); in vmw_dumb_map_offset()
|
D | vmwgfx_overlay.c | 487 ret = vmw_user_bo_lookup(tfile, arg->handle, &buf, NULL); in vmw_overlay_ioctl()
|
D | vmwgfx_resource.c | 290 ret = vmw_user_bo_lookup(tfile, handle, out_buf, NULL); in vmw_user_lookup_handle()
|
D | vmwgfx_shader.c | 870 ret = vmw_user_bo_lookup(tfile, buffer_handle, in vmw_shader_define()
|
D | vmwgfx_drv.h | 710 extern int vmw_user_bo_lookup(struct ttm_object_file *tfile,
|
D | vmwgfx_surface.c | 1648 ret = vmw_user_bo_lookup(tfile, req->base.buffer_handle, in vmw_gb_surface_define_internal()
|
D | vmwgfx_execbuf.c | 1292 ret = vmw_user_bo_lookup(sw_context->fp->tfile, handle, &vmw_bo, NULL); in vmw_translate_mob_ptr() 1352 ret = vmw_user_bo_lookup(sw_context->fp->tfile, handle, &vmw_bo, NULL); in vmw_translate_guest_ptr()
|