Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c242 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local
248 if (!otables[i].enabled) in vmw_otable_batch_setup()
251 otables[i].size = PFN_ALIGN(otables[i].size); in vmw_otable_batch_setup()
269 &otables[i]); in vmw_otable_batch_setup()
272 offset += otables[i].size; in vmw_otable_batch_setup()
281 &batch->otables[i]); in vmw_otable_batch_setup()
303 struct vmw_otable **otables = &dev_priv->otable_batch.otables; in vmw_otables_setup() local
308 if (!(*otables)) in vmw_otables_setup()
315 if (!(*otables)) in vmw_otables_setup()
328 kfree(*otables); in vmw_otables_setup()
[all …]
H A Dvmwgfx_drv.h471 struct vmw_otable *otables; member