Searched defs:otable (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c31 * If we set up the screen target otable, screen objects stop working.
88 * @otable Pointer to otable metadata;
96 struct vmw_otable *otable)
107 BUG_ON(otable->page_table != NULL);
113 mob = vmw_mob_create(otable->size >> PAGE_SHIFT);
119 if (otable->size <= PAGE_SIZE) {
130 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT);
146 cmd->body.sizeInBytes = otable->size;
151 * The device doesn't support this, But the otable siz
93 vmw_setup_otable_base(struct vmw_private *dev_priv, SVGAOTableType type, unsigned long offset, struct vmw_otable *otable) argument
176 vmw_takedown_otable_base(struct vmw_private *dev_priv, SVGAOTableType type, struct vmw_otable *otable) argument
[all...]

Completed in 389 milliseconds