Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c113 struct vmw_otable *otable) in vmw_setup_otable_base() argument
124 BUG_ON(otable->page_table != NULL); in vmw_setup_otable_base()
130 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
136 if (otable->size <= PAGE_SIZE) { in vmw_setup_otable_base()
147 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
162 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
174 otable->page_table = mob; in vmw_setup_otable_base()
194 struct vmw_otable *otable) in vmw_takedown_otable_base() argument
202 if (otable->page_table == NULL) in vmw_takedown_otable_base()
205 bo = otable->page_table->pt_bo; in vmw_takedown_otable_base()
[all …]