Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c303 struct vmw_otable **otables = &dev_priv->otable_batch.otables; in vmw_otables_setup()
311 dev_priv->otable_batch.num_otables = ARRAY_SIZE(dx_tables); in vmw_otables_setup()
318 dev_priv->otable_batch.num_otables = ARRAY_SIZE(pre_dx_tables); in vmw_otables_setup()
321 ret = vmw_otable_batch_setup(dev_priv, &dev_priv->otable_batch); in vmw_otables_setup()
363 vmw_otable_batch_takedown(dev_priv, &dev_priv->otable_batch); in vmw_otables_takedown()
364 kfree(dev_priv->otable_batch.otables); in vmw_otables_takedown()
Dvmwgfx_drv.h637 struct vmw_otable_batch otable_batch; member