Searched defs:bdev (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/linux/drm/ |
H A D | vbox_drv.h | 108 struct ttm_bo_device bdev; member in struct:vbox_private::__anon2075
|
H A D | vbox_ttm.c | 54 return container_of(bd, struct vbox_private, ttm.bdev); 140 vbox_bo_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, argument 182 static int vbox_ttm_io_mem_reserve(struct ttm_bo_device *bdev, argument 185 struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type]; 186 struct vbox_private *vbox = vbox_bdev(bdev); 212 static void vbox_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) argument 239 struct ttm_tt *vbox_ttm_tt_create(struct ttm_bo_device *bdev, argument 249 if (ttm_tt_init(tt, bdev, size, page_flags, dummy_read_page)) 284 struct ttm_bo_device *bdev = &vbox->ttm.bdev; local [all...] |
Completed in 56 milliseconds