Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c118 struct vmw_otable *otable) in vmw_setup_otable_base() argument
129 BUG_ON(otable->page_table != NULL); in vmw_setup_otable_base()
135 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
141 if (otable->size <= PAGE_SIZE) { in vmw_setup_otable_base()
164 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
176 otable->page_table = mob; in vmw_setup_otable_base()
196 struct vmw_otable *otable) in vmw_takedown_otable_base() argument
204 if (otable->page_table == NULL) in vmw_takedown_otable_base()
207 bo = &otable->page_table->pt_bo->tbo; in vmw_takedown_otable_base()
232 vmw_mob_destroy(otable->page_table); in vmw_takedown_otable_base()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css235 #otable .variable_value,
236 #otable .file { word-break: break-all; width: 25%; }