Home
last modified time | relevance | path

Searched refs:vmw_user_bo_lookup (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c496 int ret = vmw_user_bo_lookup(filp, handle, &vmw_bo); in vmw_user_bo_synccpu_release()
539 ret = vmw_user_bo_lookup(file_priv, arg->handle, &vbo); in vmw_user_bo_synccpu_ioctl()
603 int vmw_user_bo_lookup(struct drm_file *filp, in vmw_user_bo_lookup() function
Dvmwgfx_bo.h131 int vmw_user_bo_lookup(struct drm_file *filp,
Dvmwgfx_overlay.c448 ret = vmw_user_bo_lookup(file_priv, arg->handle, &buf); in vmw_overlay_ioctl()
Dvmwgfx_shader.c782 ret = vmw_user_bo_lookup(file_priv, buffer_handle, &buffer); in vmw_shader_define()
Dvmwgfx_resource.c311 ret = vmw_user_bo_lookup(filp, handle, out_buf); in vmw_user_lookup_handle()
Dvmwgfx_execbuf.c1160 ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo); in vmw_translate_mob_ptr()
1216 ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo); in vmw_translate_guest_ptr()
Dvmwgfx_surface.c1505 ret = vmw_user_bo_lookup(file_priv, req->base.buffer_handle, in vmw_gb_surface_define_internal()