Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c240 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local
250 if (!otables[i].enabled) in vmw_otable_batch_setup()
253 otables[i].size = in vmw_otable_batch_setup()
254 (otables[i].size + PAGE_SIZE - 1) & PAGE_MASK; in vmw_otable_batch_setup()
255 bo_size += otables[i].size; in vmw_otable_batch_setup()
279 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()
284 &otables[i]); in vmw_otable_batch_setup()
287 offset += otables[i].size; in vmw_otable_batch_setup()
296 if (batch->otables[i].enabled) in vmw_otable_batch_setup()
298 &batch->otables[i]); in vmw_otable_batch_setup()
[all …]
Dvmwgfx_drv.h424 struct vmw_otable *otables; member