Lines Matching refs:ttm_tt
111 static int ttm_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_tt_alloc_page_directory()
120 static int ttm_dma_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_dma_tt_alloc_page_directory()
131 static int ttm_sg_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_sg_tt_alloc_page_directory()
141 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_destroy()
146 static void ttm_tt_init_fields(struct ttm_tt *ttm, in ttm_tt_init_fields()
160 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_tt_init()
174 void ttm_tt_fini(struct ttm_tt *ttm) in ttm_tt_fini()
191 int ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_sg_tt_init()
210 int ttm_tt_swapin(struct ttm_tt *ttm) in ttm_tt_swapin()
262 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm, in ttm_tt_swapout()
310 struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) in ttm_tt_populate()
367 void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_unpopulate()
453 struct ttm_tt *tt) in ttm_kmap_iter_tt_init()