Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c250 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local
256 if (!otables[i].enabled) in vmw_otable_batch_setup()
259 otables[i].size = PFN_ALIGN(otables[i].size); in vmw_otable_batch_setup()
260 bo_size += otables[i].size; in vmw_otable_batch_setup()
269 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()
274 &otables[i]); in vmw_otable_batch_setup()
277 offset += otables[i].size; in vmw_otable_batch_setup()
284 if (batch->otables[i].enabled) in vmw_otable_batch_setup()
286 &batch->otables[i]); in vmw_otable_batch_setup()
308 struct vmw_otable **otables = &dev_priv->otable_batch.otables; in vmw_otables_setup() local
[all …]
Dvmwgfx_drv.h459 struct vmw_otable *otables; member