Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c249 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()
295 for (i = 0; i < batch->num_otables; ++i) { in vmw_otable_batch_setup()
328 dev_priv->otable_batch.num_otables = ARRAY_SIZE(dx_tables); in vmw_otables_setup()
335 dev_priv->otable_batch.num_otables = ARRAY_SIZE(pre_dx_tables); in vmw_otables_setup()
356 for (i = 0; i < batch->num_otables; ++i) in vmw_otable_batch_takedown()
Dvmwgfx_drv.h423 unsigned num_otables; member