Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | |
vmwgfx_mob.c | 245 struct vmw_otable *otables = batch->otables; local in function:vmw_otable_batch_setup 255 if (!otables[i].enabled) 258 otables[i].size = 259 (otables[i].size + PAGE_SIZE - 1) & PAGE_MASK; 260 bo_size += otables[i].size; 284 if (!batch->otables[i].enabled) 289 &otables[i]); 292 offset += otables[i].size; 301 if (batch->otables[i].enabled 325 struct vmw_otable **otables = &dev_priv->otable_batch.otables; local in function:vmw_otables_setup [all...] |
vmwgfx_drv.h | 444 struct vmw_otable *otables; member in struct:vmw_otable_batch |