Home
last modified time | relevance | path

Searched refs:ttm_tt_is_populated (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/include/drm/ttm/
Dttm_tt.h120 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() function
/linux-6.6.21/drivers/gpu/drm/ttm/
Dttm_tt.c304 if (ttm_tt_is_populated(ttm)) in ttm_tt_populate()
356 if (!ttm_tt_is_populated(ttm)) in ttm_tt_unpopulate()
Dttm_bo.c1143 if (!bo->ttm || !ttm_tt_is_populated(bo->ttm) || in ttm_bo_swapout()
1198 if (ttm_tt_is_populated(bo->ttm)) in ttm_bo_swapout()
Dttm_bo_util.c185 clear = src_iter->ops->maps_tt && (!ttm || !ttm_tt_is_populated(ttm)); in ttm_bo_move_memcpy()
Dttm_pool.c433 WARN_ON(!num_pages || ttm_tt_is_populated(tt)); in ttm_pool_alloc()
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c468 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()
Dvmwgfx_ttm_buffer.c394 if (ttm_tt_is_populated(ttm)) in vmw_ttm_populate()
/linux-6.6.21/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c814 if (bo->ttm && !ttm_tt_is_populated(bo->ttm)) { in __i915_ttm_get_pages()
935 bo->ttm && i915_tt->filp && ttm_tt_is_populated(bo->ttm); in i915_ttm_adjust_lru()
Di915_gem_ttm_move.c636 clear = !i915_ttm_cpu_maps_iomem(bo->resource) && (!ttm || !ttm_tt_is_populated(ttm)); in i915_ttm_move()
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1334 if (ttm_tt_is_populated(ttm)) in nouveau_ttm_tt_populate()