Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c247 for (i = 0; i < batch->num_otables; ++i) { in vmw_otable_batch_setup()
262 for (i = 0; i < batch->num_otables; ++i) { in vmw_otable_batch_setup()
278 for (i = 0; i < batch->num_otables; ++i) { in vmw_otable_batch_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()
339 for (i = 0; i < batch->num_otables; ++i) in vmw_otable_batch_takedown()
H A Dvmwgfx_drv.h470 unsigned num_otables; member