Searched refs:vmw_mob (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c49 * struct vmw_mob - Structure containing page table and metadata for a
56 struct vmw_mob { struct
68 * @page_table: Pointer to a struct vmw_mob holding the page table.
90 struct vmw_mob *mob);
91 static void vmw_mob_pt_setup(struct vmw_mob *mob,
117 struct vmw_mob *mob; vmw_setup_otable_base()
407 struct vmw_mob *vmw_mob_create(unsigned long data_pages) vmw_mob_create()
409 struct vmw_mob *mob = kzalloc(sizeof(*mob), GFP_KERNEL); vmw_mob_create()
431 struct vmw_mob *mob) vmw_mob_pt_populate()
537 static void vmw_mob_pt_setup(struct vmw_mob *mob, vmw_mob_pt_setup()
574 void vmw_mob_destroy(struct vmw_mob *mob) vmw_mob_destroy()
588 struct vmw_mob *mob) vmw_mob_unbind()
638 struct vmw_mob *mob, vmw_mob_bind()
H A Dvmwgfx_drv.h340 * @page_table: Pointer to a struct vmw_mob holding the page table.
344 struct vmw_mob *page_table;
982 struct vmw_mob;
983 extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob,
987 struct vmw_mob *mob);
988 extern void vmw_mob_destroy(struct vmw_mob *mob);
989 extern struct vmw_mob *vmw_mob_create(unsigned long data_pages);
H A Dvmwgfx_buffer.c220 struct vmw_mob *mob;

Completed in 55 milliseconds