Searched refs:ttm_tt (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/dev/drm2/ttm/ |
| D | ttm_bo_driver.h | 55 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); 65 int (*unbind) (struct ttm_tt *ttm); 75 void (*destroy) (struct ttm_tt *ttm); 112 struct ttm_tt { struct 142 struct ttm_tt ttm; 331 struct ttm_tt *(*ttm_tt_create)(struct ttm_bo_device *bdev, 345 int (*ttm_tt_populate)(struct ttm_tt *ttm); 354 void (*ttm_tt_unpopulate)(struct ttm_tt *ttm); 600 extern int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev, 614 extern void ttm_tt_fini(struct ttm_tt *ttm); [all …]
|
| D | ttm_agp_backend.c | 43 struct ttm_tt ttm; 51 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_agp_bind() 76 static int ttm_agp_unbind(struct ttm_tt *ttm) in ttm_agp_unbind() 84 static void ttm_agp_destroy(struct ttm_tt *ttm) in ttm_agp_destroy() 99 struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev, in ttm_agp_tt_create() 123 int ttm_agp_tt_populate(struct ttm_tt *ttm) in ttm_agp_tt_populate() 131 void ttm_agp_tt_unpopulate(struct ttm_tt *ttm) in ttm_agp_tt_unpopulate()
|
| D | ttm_tt.c | 52 static void ttm_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_tt_alloc_page_directory() 102 static int ttm_tt_set_caching(struct ttm_tt *ttm, in ttm_tt_set_caching() 148 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) in ttm_tt_set_placement_caching() 162 void ttm_tt_destroy(struct ttm_tt *ttm) in ttm_tt_destroy() 183 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev, in ttm_tt_init() 205 void ttm_tt_fini(struct ttm_tt *ttm) in ttm_tt_fini() 215 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_tt_init() 238 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_tt_fini() 246 void ttm_tt_unbind(struct ttm_tt *ttm) in ttm_tt_unbind() 257 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_tt_bind() [all …]
|
| D | ttm_page_alloc.h | 49 extern int ttm_pool_populate(struct ttm_tt *ttm); 58 extern void ttm_pool_unpopulate(struct ttm_tt *ttm);
|
| D | ttm_bo_util.c | 48 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_ttm() 247 static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src, in ttm_copy_io_ttm_page() 271 static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst, in ttm_copy_ttm_io_page() 299 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_memcpy() 485 struct ttm_tt *ttm = bo->ttm; in ttm_bo_kmap_ttm()
|
| D | ttm_bo_api.h | 132 struct ttm_tt; 214 struct ttm_tt *ttm;
|
| D | ttm_page_alloc_dma.c | 843 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_pool_get_pages() 868 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_populate() 940 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_unpopulate()
|
| D | ttm_page_alloc.c | 849 int ttm_pool_populate(struct ttm_tt *ttm) in ttm_pool_populate() 887 void ttm_pool_unpopulate(struct ttm_tt *ttm) in ttm_pool_unpopulate()
|
| D | ttm_bo_vm.c | 108 struct ttm_tt *ttm = NULL; in ttm_bo_vm_fault()
|
| D | ttm_bo.c | 1320 size += ttm_round_pot(sizeof(struct ttm_tt)); in ttm_bo_acc_size()
|
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_ttm.c | 511 static int radeon_ttm_backend_bind(struct ttm_tt *ttm, in radeon_ttm_backend_bind() 532 static int radeon_ttm_backend_unbind(struct ttm_tt *ttm) in radeon_ttm_backend_unbind() 540 static void radeon_ttm_backend_destroy(struct ttm_tt *ttm) in radeon_ttm_backend_destroy() 554 static struct ttm_tt *radeon_ttm_tt_create(struct ttm_bo_device *bdev, in radeon_ttm_tt_create() 583 static int radeon_ttm_tt_populate(struct ttm_tt *ttm) in radeon_ttm_tt_populate() 643 static void radeon_ttm_tt_unpopulate(struct ttm_tt *ttm) in radeon_ttm_tt_unpopulate()
|
| /freebsd-12-stable/sys/modules/drm2/drm2/ |
| D | Makefile | 40 ttm_tt.c \
|
| /freebsd-12-stable/sys/conf/ |
| D | files | 1645 dev/drm2/ttm/ttm_tt.c optional drm2
|