Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c111 struct vmw_otable *otable) in vmw_setup_otable_base() argument
122 BUG_ON(otable->page_table != NULL); in vmw_setup_otable_base()
128 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
134 if (otable->size <= PAGE_SIZE) { in vmw_setup_otable_base()
145 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
161 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
173 otable->page_table = mob; in vmw_setup_otable_base()
193 struct vmw_otable *otable) in vmw_takedown_otable_base() argument
201 if (otable->page_table == NULL) in vmw_takedown_otable_base()
204 bo = otable->page_table->pt_bo; in vmw_takedown_otable_base()
[all …]