Home
last modified time | relevance | path

Searched refs:otable_batch (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c299 struct vmw_otable **otables = &dev_priv->otable_batch.otables; in vmw_otables_setup()
307 dev_priv->otable_batch.num_otables = ARRAY_SIZE(dx_tables); in vmw_otables_setup()
314 dev_priv->otable_batch.num_otables = ARRAY_SIZE(pre_dx_tables); in vmw_otables_setup()
317 ret = vmw_otable_batch_setup(dev_priv, &dev_priv->otable_batch); in vmw_otables_setup()
360 vmw_otable_batch_takedown(dev_priv, &dev_priv->otable_batch); in vmw_otables_takedown()
361 kfree(dev_priv->otable_batch.otables); in vmw_otables_takedown()
Dvmwgfx_drv.h648 struct vmw_otable_batch otable_batch; member