Searched refs:vmw_user_bo_lookup (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_bo.c | 507 int ret = vmw_user_bo_lookup(filp, handle, &vmw_bo); in vmw_user_bo_synccpu_release() 550 ret = vmw_user_bo_lookup(file_priv, arg->handle, &vbo); in vmw_user_bo_synccpu_ioctl() 614 int vmw_user_bo_lookup(struct drm_file *filp, in vmw_user_bo_lookup() function
|
H A D | vmwgfx_bo.h | 136 int vmw_user_bo_lookup(struct drm_file *filp,
|
H A D | vmwgfx_overlay.c | 448 ret = vmw_user_bo_lookup(file_priv, arg->handle, &buf); in vmw_overlay_ioctl()
|
H A D | vmwgfx_shader.c | 782 ret = vmw_user_bo_lookup(file_priv, buffer_handle, &buffer); in vmw_shader_define()
|
H A D | vmwgfx_resource.c | 311 ret = vmw_user_bo_lookup(filp, handle, out_buf); in vmw_user_lookup_handle()
|
H A D | vmwgfx_execbuf.c | 1160 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()
|
H A D | vmwgfx_surface.c | 1505 ret = vmw_user_bo_lookup(file_priv, req->base.buffer_handle, in vmw_gb_surface_define_internal()
|