Searched refs:ttm_tt (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_driver.h | 54 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); 64 int (*unbind) (struct ttm_tt *ttm); 74 void (*destroy) (struct ttm_tt *ttm); 111 struct ttm_tt { struct 141 struct ttm_tt ttm; 330 struct ttm_tt *(*ttm_tt_create)(struct ttm_bo_device *bdev, 344 int (*ttm_tt_populate)(struct ttm_tt *ttm); 353 void (*ttm_tt_unpopulate)(struct ttm_tt *ttm); 599 extern int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev, 613 extern void ttm_tt_fini(struct ttm_tt *ttm); [all …]
|
H A D | ttm_agp_backend.c | 41 struct ttm_tt ttm; 49 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_agp_bind() 74 static int ttm_agp_unbind(struct ttm_tt *ttm) in ttm_agp_unbind() 82 static void ttm_agp_destroy(struct ttm_tt *ttm) in ttm_agp_destroy() 97 struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev, in ttm_agp_tt_create() 121 int ttm_agp_tt_populate(struct ttm_tt *ttm) in ttm_agp_tt_populate() 129 void ttm_agp_tt_unpopulate(struct ttm_tt *ttm) in ttm_agp_tt_unpopulate()
|
H A D | ttm_tt.c | 50 static void ttm_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_tt_alloc_page_directory() 100 static int ttm_tt_set_caching(struct ttm_tt *ttm, in ttm_tt_set_caching() 146 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) in ttm_tt_set_placement_caching() 160 void ttm_tt_destroy(struct ttm_tt *ttm) in ttm_tt_destroy() 181 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev, in ttm_tt_init() 203 void ttm_tt_fini(struct ttm_tt *ttm) in ttm_tt_fini() 213 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_tt_init() 236 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_tt_fini() 244 void ttm_tt_unbind(struct ttm_tt *ttm) in ttm_tt_unbind() 255 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_tt_bind() [all …]
|
H A D | ttm_page_alloc.h | 48 extern int ttm_pool_populate(struct ttm_tt *ttm); 57 extern void ttm_pool_unpopulate(struct ttm_tt *ttm);
|
H A D | ttm_bo_util.c | 46 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_ttm() 245 static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src, in ttm_copy_io_ttm_page() 269 static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst, in ttm_copy_ttm_io_page() 297 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_memcpy() 483 struct ttm_tt *ttm = bo->ttm; in ttm_bo_kmap_ttm()
|
H A D | ttm_bo_api.h | 131 struct ttm_tt; 213 struct ttm_tt *ttm;
|
H A D | ttm_page_alloc_dma.c | 841 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_pool_get_pages() 866 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_populate() 938 struct ttm_tt *ttm = &ttm_dma->ttm; in ttm_dma_unpopulate()
|
H A D | ttm_page_alloc.c | 846 int ttm_pool_populate(struct ttm_tt *ttm) in ttm_pool_populate() 884 void ttm_pool_unpopulate(struct ttm_tt *ttm) in ttm_pool_unpopulate()
|
H A D | ttm_bo_vm.c | 106 struct ttm_tt *ttm = NULL; in ttm_bo_vm_fault()
|
H A D | ttm_bo.c | 1318 size += ttm_round_pot(sizeof(struct ttm_tt)); in ttm_bo_acc_size()
|
/freebsd/sys/conf/ |
H A D | files | 1586 dev/drm2/ttm/ttm_tt.c optional drm2
|