Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
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()
302 struct vmw_otable **otables = &dev_priv->otable_batch.otables; in vmw_otables_setup() local
307 if (!(*otables)) in vmw_otables_setup()
314 if (!(*otables)) in vmw_otables_setup()
327 kfree(*otables); in vmw_otables_setup()
[all …]
A Dvmwgfx_drv.h421 struct vmw_otable *otables; member

Completed in 8 milliseconds