Searched refs:vmw_user_bo_alloc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 596 int vmw_user_bo_alloc(struct vmw_private *dev_priv, in vmw_user_bo_alloc() function 845 ret = vmw_user_bo_alloc(dev_priv, vmw_fpriv(file_priv)->tfile, in vmw_bo_alloc_ioctl() 1058 ret = vmw_user_bo_alloc(dev_priv, vmw_fpriv(file_priv)->tfile, in vmw_dumb_create()
|
D | vmwgfx_surface.c | 887 ret = vmw_user_bo_alloc(dev_priv, tfile, in vmw_surface_define_ioctl() 1566 ret = vmw_user_bo_alloc(dev_priv, tfile, in vmw_gb_surface_define_internal()
|
D | vmwgfx_drv.h | 855 extern int vmw_user_bo_alloc(struct vmw_private *dev_priv,
|