Searched refs:ttm_bo_device (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/drm/ttm/ |
D | ttm_bo_api.h | 46 struct ttm_bo_device; 174 struct ttm_bo_device *bdev; 422 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev); 429 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched); 476 size_t ttm_bo_acc_size(struct ttm_bo_device *bdev, 479 size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev, 518 int ttm_bo_init_reserved(struct ttm_bo_device *bdev, 567 int ttm_bo_init(struct ttm_bo_device *bdev, struct ttm_buffer_object *bo, 593 int ttm_bo_create(struct ttm_bo_device *bdev, unsigned long size, 613 int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type, [all …]
|
D | ttm_bo_driver.h | 172 struct ttm_bo_device *bdev; 272 int (*invalidate_caches)(struct ttm_bo_device *bdev, uint32_t flags); 273 int (*init_mem_type)(struct ttm_bo_device *bdev, uint32_t type, 355 int (*io_mem_reserve)(struct ttm_bo_device *bdev, 357 void (*io_mem_free)(struct ttm_bo_device *bdev, 456 struct ttm_bo_device { struct 523 bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); 556 int ttm_bo_device_release(struct ttm_bo_device *bdev); 573 int ttm_bo_device_init(struct ttm_bo_device *bdev, struct ttm_bo_global *glob, 759 int ttm_mem_io_reserve(struct ttm_bo_device *bdev, [all …]
|
D | ttm_tt.h | 106 struct ttm_bo_device *bdev;
|