Searched defs:ttm_bo_device (Results 1 – 2 of 2) sorted by relevance
316 struct ttm_bo_device { struct321 struct list_head device_list;322 struct ttm_bo_driver *driver;326 struct ttm_resource_manager sysman;327 struct ttm_resource_manager *man_drv[TTM_NUM_MEM_TYPES];331 struct drm_vma_offset_manager *vma_manager;355 static inline struct ttm_resource_manager *ttm_manager_type(struct ttm_bo_device *bdev, in ttm_manager_type() argument
456 struct ttm_bo_device { struct461 struct list_head device_list;462 struct ttm_bo_global *glob;463 struct ttm_bo_driver *driver;464 struct ttm_mem_type_manager man[TTM_NUM_MEM_TYPES];469 struct drm_vma_offset_manager vma_manager;474 struct list_head ddestroy;480 struct address_space *dev_mapping;486 struct delayed_work wq;488 bool need_dma32;[all …]