Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c58 struct vmw_mob { struct
92 struct vmw_mob *mob);
93 static void vmw_mob_pt_setup(struct vmw_mob *mob,
119 struct vmw_mob *mob; in vmw_setup_otable_base()
387 struct vmw_mob *vmw_mob_create(unsigned long data_pages) in vmw_mob_create()
389 struct vmw_mob *mob = kzalloc(sizeof(*mob), GFP_KERNEL); in vmw_mob_create()
411 struct vmw_mob *mob) in vmw_mob_pt_populate()
491 static void vmw_mob_pt_setup(struct vmw_mob *mob, in vmw_mob_pt_setup()
528 void vmw_mob_destroy(struct vmw_mob *mob) in vmw_mob_destroy()
544 struct vmw_mob *mob) in vmw_mob_unbind()
[all …]
H A Dvmwgfx_drv.h461 struct vmw_mob *page_table;
1240 struct vmw_mob;
1241 extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob,
1245 struct vmw_mob *mob);
1246 extern void vmw_mob_destroy(struct vmw_mob *mob);
1247 extern struct vmw_mob *vmw_mob_create(unsigned long data_pages);
H A Dvmwgfx_ttm_buffer.c264 struct vmw_mob *mob;