Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c117 struct vmw_otable *otable) in vmw_setup_otable_base() argument
128 BUG_ON(otable->page_table != NULL); in vmw_setup_otable_base()
134 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
140 if (otable->size <= PAGE_SIZE) { in vmw_setup_otable_base()
148 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
163 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
175 otable->page_table = mob; in vmw_setup_otable_base()
195 struct vmw_otable *otable) in vmw_takedown_otable_base() argument
203 if (otable->page_table == NULL) in vmw_takedown_otable_base()
206 bo = otable->page_table->pt_bo; in vmw_takedown_otable_base()
[all …]