/Linux-v4.19/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;
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 72 static void ttm_mem_type_debug(struct ttm_bo_device *bdev, int mem_type) in ttm_mem_type_debug() 143 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_release_list() 163 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_add_to_lru() 230 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_handle_move_mem() 383 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_cleanup_refs_or_queue() 525 static bool ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) in ttm_bo_delayed_delete() 567 struct ttm_bo_device *bdev = in ttm_bo_delayed_workqueue() 568 container_of(work, struct ttm_bo_device, wq.work); in ttm_bo_delayed_workqueue() 579 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_release() 605 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev) in ttm_bo_lock_delayed_workqueue() [all …]
|
D | ttm_bo_vm.c | 100 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_io_mem_pfn() 114 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_vm_fault() 400 static struct ttm_buffer_object *ttm_bo_vm_lookup(struct ttm_bo_device *bdev, in ttm_bo_vm_lookup() 425 struct ttm_bo_device *bdev) in ttm_bo_mmap()
|
D | ttm_bo_util.c | 133 int ttm_mem_io_reserve(struct ttm_bo_device *bdev, in ttm_mem_io_reserve() 158 void ttm_mem_io_free(struct ttm_bo_device *bdev, in ttm_mem_io_free() 205 static int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_ioremap() 237 static void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_iounmap() 360 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_move_memcpy() 687 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_move_accel_cleanup() 748 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_pipeline_move()
|
D | ttm_execbuf_util.c | 189 struct ttm_bo_device *bdev; in ttm_eu_fence_buffer_objects()
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_ttm.c | 43 virtio_gpu_device *virtio_gpu_get_vgdev(struct ttm_bo_device *bdev) in virtio_gpu_get_vgdev() 161 static int virtio_gpu_invalidate_caches(struct ttm_bo_device *bdev, in virtio_gpu_invalidate_caches() 206 static int virtio_gpu_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in virtio_gpu_init_mem_type() 254 static int virtio_gpu_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in virtio_gpu_ttm_io_mem_reserve() 277 static void virtio_gpu_ttm_io_mem_free(struct ttm_bo_device *bdev, in virtio_gpu_ttm_io_mem_free()
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vbox_ttm.c | 33 static inline struct vbox_private *vbox_bdev(struct ttm_bo_device *bd) in vbox_bdev() 112 vbox_bo_init_mem_type(struct ttm_bo_device *bdev, u32 type, in vbox_bo_init_mem_type() 153 static int vbox_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in vbox_ttm_io_mem_reserve() 181 static void vbox_ttm_io_mem_free(struct ttm_bo_device *bdev, in vbox_ttm_io_mem_free() 228 struct ttm_bo_device *bdev = &vbox->ttm.bdev; in vbox_mm_init()
|
D | vbox_drv.h | 100 struct ttm_bo_device bdev;
|
/Linux-v4.19/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 34 mgag200_bdev(struct ttm_bo_device *bd) in mgag200_bdev() 114 mgag200_bo_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in mgag200_bo_init_mem_type() 158 static int mgag200_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in mgag200_ttm_io_mem_reserve() 187 static void mgag200_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in mgag200_ttm_io_mem_free() 233 struct ttm_bo_device *bdev = &mdev->ttm.bdev; in mgag200_mm_init()
|
D | mgag200_drv.h | 217 struct ttm_bo_device bdev;
|
/Linux-v4.19/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 34 ast_bdev(struct ttm_bo_device *bd) in ast_bdev() 114 ast_bo_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in ast_bo_init_mem_type() 158 static int ast_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in ast_ttm_io_mem_reserve() 187 static void ast_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in ast_ttm_io_mem_free() 233 struct ttm_bo_device *bdev = &ast->ttm.bdev; in ast_mm_init()
|
/Linux-v4.19/drivers/gpu/drm/cirrus/ |
D | cirrus_ttm.c | 34 cirrus_bdev(struct ttm_bo_device *bd) in cirrus_bdev() 114 cirrus_bo_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in cirrus_bo_init_mem_type() 158 static int cirrus_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in cirrus_ttm_io_mem_reserve() 187 static void cirrus_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in cirrus_ttm_io_mem_free() 233 struct ttm_bo_device *bdev = &cirrus->ttm.bdev; in cirrus_mm_init()
|
D | cirrus_drv.h | 141 struct ttm_bo_device bdev;
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 39 static struct qxl_device *qxl_get_qdev(struct ttm_bo_device *bdev) in qxl_get_qdev() 151 static int qxl_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags) in qxl_invalidate_caches() 156 static int qxl_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in qxl_init_mem_type() 213 static int qxl_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in qxl_ttm_io_mem_reserve() 246 static void qxl_ttm_io_mem_free(struct ttm_bo_device *bdev, in qxl_ttm_io_mem_free()
|
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | bochs_mm.c | 14 static inline struct bochs_device *bochs_bdev(struct ttm_bo_device *bd) in bochs_bdev() 90 static int bochs_bo_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in bochs_bo_init_mem_type() 135 static int bochs_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in bochs_ttm_io_mem_reserve() 164 static void bochs_ttm_io_mem_free(struct ttm_bo_device *bdev, in bochs_ttm_io_mem_free() 208 struct ttm_bo_device *bdev = &bochs->ttm.bdev; in bochs_mm_init()
|
D | bochs.h | 85 struct ttm_bo_device bdev;
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.h | 6 nouveau_bdev(struct ttm_bo_device *bd) in nouveau_bdev()
|
D | nouveau_drv.h | 151 struct ttm_bo_device bdev;
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_ttm.c | 27 hibmc_bdev(struct ttm_bo_device *bd) in hibmc_bdev() 95 hibmc_bo_init_mem_type(struct ttm_bo_device *bdev, u32 type, in hibmc_bo_init_mem_type() 165 static int hibmc_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in hibmc_ttm_io_mem_reserve() 238 struct ttm_bo_device *bdev = &hibmc->bdev; in hibmc_mm_init()
|
D | hibmc_drm_drv.h | 55 struct ttm_bo_device bdev;
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 746 static int vmw_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags) in vmw_invalidate_caches() 751 static int vmw_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in vmw_init_mem_type() 804 static int vmw_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in vmw_ttm_io_mem_reserve() 832 static void vmw_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in vmw_ttm_io_mem_free()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.h | 44 struct ttm_bo_device bdev;
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 53 static struct radeon_device *radeon_get_rdev(struct ttm_bo_device *bdev) in radeon_get_rdev() 122 static int radeon_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags) in radeon_invalidate_caches() 127 static int radeon_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in radeon_init_mem_type() 459 static int radeon_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in radeon_ttm_io_mem_reserve() 524 static void radeon_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in radeon_ttm_io_mem_free()
|