Lines Matching refs:ttm_tt
98 static int ttm_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_tt_alloc_page_directory()
107 static int ttm_dma_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_dma_tt_alloc_page_directory()
118 static int ttm_sg_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_sg_tt_alloc_page_directory()
128 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_destroy()
133 static void ttm_tt_init_fields(struct ttm_tt *ttm, in ttm_tt_init_fields()
148 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_tt_init()
162 void ttm_tt_fini(struct ttm_tt *ttm) in ttm_tt_fini()
179 int ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_sg_tt_init()
198 int ttm_tt_swapin(struct ttm_tt *ttm) in ttm_tt_swapin()
250 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm, in ttm_tt_swapout()
298 struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) in ttm_tt_populate()
355 void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_unpopulate()
441 struct ttm_tt *tt) in ttm_kmap_iter_tt_init()