Lines Matching refs:ttm

149 	struct ttm_tt *ttm = bo->ttm;  in ttm_bo_move_memcpy()  local
164 if (ttm && ((ttm->page_flags & TTM_TT_FLAG_SWAPPED) || in ttm_bo_move_memcpy()
166 ret = ttm_tt_populate(bdev, ttm, ctx); in ttm_bo_move_memcpy()
173 dst_iter = ttm_kmap_iter_tt_init(&_dst_iter.tt, bo->ttm); in ttm_bo_move_memcpy()
179 src_iter = ttm_kmap_iter_tt_init(&_src_iter.tt, bo->ttm); in ttm_bo_move_memcpy()
185 clear = src_iter->ops->maps_tt && (!ttm || !ttm_tt_is_populated(ttm)); in ttm_bo_move_memcpy()
186 if (!(clear && ttm && !(ttm->page_flags & TTM_TT_FLAG_ZERO_ALLOC))) in ttm_bo_move_memcpy()
298 caching = bo->ttm->caching; in ttm_io_prot()
299 if (bo->ttm->page_flags & TTM_TT_FLAG_DECRYPTED) in ttm_io_prot()
345 struct ttm_tt *ttm = bo->ttm; in ttm_bo_kmap_ttm() local
351 BUG_ON(!ttm); in ttm_bo_kmap_ttm()
353 ret = ttm_tt_populate(bo->bdev, ttm, &ctx); in ttm_bo_kmap_ttm()
357 if (num_pages == 1 && ttm->caching == ttm_cached && in ttm_bo_kmap_ttm()
358 !(man->use_tt && (ttm->page_flags & TTM_TT_FLAG_DECRYPTED))) { in ttm_bo_kmap_ttm()
365 map->page = ttm->pages[start_page]; in ttm_bo_kmap_ttm()
374 map->virtual = vmap(ttm->pages + start_page, num_pages, in ttm_bo_kmap_ttm()
506 struct ttm_tt *ttm = bo->ttm; in ttm_bo_vmap() local
510 ret = ttm_tt_populate(bo->bdev, ttm, &ctx); in ttm_bo_vmap()
519 vaddr = vmap(ttm->pages, ttm->num_pages, 0, prot); in ttm_bo_vmap()
604 ghost_obj->ttm = NULL; in ttm_bo_move_to_ghost()
606 bo->ttm = NULL; in ttm_bo_move_to_ghost()
717 struct ttm_tt *ttm; in ttm_bo_pipeline_gutting() local
722 if (!bo->ttm) { in ttm_bo_pipeline_gutting()
728 ttm_tt_unpopulate(bo->bdev, bo->ttm); in ttm_bo_pipeline_gutting()
730 ttm_tt_mark_for_clear(bo->ttm); in ttm_bo_pipeline_gutting()
744 ttm = bo->ttm; in ttm_bo_pipeline_gutting()
745 bo->ttm = NULL; in ttm_bo_pipeline_gutting()
747 swap(bo->ttm, ttm); in ttm_bo_pipeline_gutting()
764 bo->ttm = ttm; in ttm_bo_pipeline_gutting()
768 ttm_tt_destroy(bo->bdev, ttm); in ttm_bo_pipeline_gutting()