Searched refs:ttm_tt_is_populated (Results 1 – 9 of 9) sorted by relevance
120 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() function
304 if (ttm_tt_is_populated(ttm)) in ttm_tt_populate()356 if (!ttm_tt_is_populated(ttm)) in ttm_tt_unpopulate()
1110 if (!bo->ttm || !ttm_tt_is_populated(bo->ttm) || in ttm_bo_swapout()1166 if (ttm_tt_is_populated(bo->ttm)) in ttm_bo_swapout()
371 WARN_ON(!num_pages || ttm_tt_is_populated(tt)); in ttm_pool_alloc()
171 clear = src_iter->ops->maps_tt && (!ttm || !ttm_tt_is_populated(ttm)); in ttm_bo_move_memcpy()
468 if (!ttm_tt_is_populated(dst->ttm)) { in vmw_bo_cpu_blit()474 if (!ttm_tt_is_populated(src->ttm)) { in vmw_bo_cpu_blit()
541 if (ttm_tt_is_populated(ttm)) in vmw_ttm_populate()
577 clear = !cpu_maps_iomem(bo->resource) && (!ttm || !ttm_tt_is_populated(ttm)); in i915_ttm_move()680 if (bo->ttm && !ttm_tt_is_populated(bo->ttm)) { in __i915_ttm_get_pages()
1254 if (ttm_tt_is_populated(ttm)) in nouveau_ttm_tt_populate()
Completed in 17 milliseconds