Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_mob.c245 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local
255 if (!otables[i].enabled) in vmw_otable_batch_setup()
258 otables[i].size = in vmw_otable_batch_setup()
259 (otables[i].size + PAGE_SIZE - 1) & PAGE_MASK; in vmw_otable_batch_setup()
260 bo_size += otables[i].size; in vmw_otable_batch_setup()
284 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()
289 &otables[i]); in vmw_otable_batch_setup()
292 offset += otables[i].size; in vmw_otable_batch_setup()
301 if (batch->otables[i].enabled) in vmw_otable_batch_setup()
303 &batch->otables[i]); in vmw_otable_batch_setup()
[all …]
Dvmwgfx_drv.h444 struct vmw_otable *otables; member