Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c96 struct vmw_otable *otable) in vmw_setup_otable_base() argument
107 BUG_ON(otable->page_table != NULL); in vmw_setup_otable_base()
113 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
119 if (otable->size <= PAGE_SIZE) { in vmw_setup_otable_base()
130 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
146 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
158 otable->page_table = mob; in vmw_setup_otable_base()
178 struct vmw_otable *otable) in vmw_takedown_otable_base() argument
186 if (otable->page_table == NULL) in vmw_takedown_otable_base()
189 bo = otable->page_table->pt_bo; in vmw_takedown_otable_base()
[all …]