Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
A 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()
274 &otables[i]); in vmw_otable_batch_setup()
277 offset += otables[i].size; 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
313 if (!(*otables)) in vmw_otables_setup()
320 if (!(*otables)) in vmw_otables_setup()
333 kfree(*otables); in vmw_otables_setup()
[all …]
A Dvmwgfx_drv.h459 struct vmw_otable *otables; member

Completed in 9 milliseconds