Searched refs:otables (Results 1 – 2 of 2) sorted by relevance
250 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local256 if (!otables[i].enabled) in vmw_otable_batch_setup()259 otables[i].size = PFN_ALIGN(otables[i].size); in vmw_otable_batch_setup()260 bo_size += otables[i].size; in vmw_otable_batch_setup()269 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()274 &otables[i]); in vmw_otable_batch_setup()277 offset += otables[i].size; in vmw_otable_batch_setup()284 if (batch->otables[i].enabled) 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[all …]
459 struct vmw_otable *otables; member