Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/ttm/
H A Dttm_tt.h127 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() function
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c317 if (ttm_tt_is_populated(ttm)) in ttm_tt_populate()
369 if (!ttm_tt_is_populated(ttm)) in ttm_tt_unpopulate()
H A Dttm_bo.c1146 if (!bo->ttm || !ttm_tt_is_populated(bo->ttm) || in ttm_bo_swapout()
1201 if (ttm_tt_is_populated(bo->ttm)) in ttm_bo_swapout()
H A Dttm_bo_util.c185 clear = src_iter->ops->maps_tt && (!ttm || !ttm_tt_is_populated(ttm)); in ttm_bo_move_memcpy()
H A Dttm_pool.c439 WARN_ON(!num_pages || ttm_tt_is_populated(tt)); in ttm_pool_alloc()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c470 if (!ttm_tt_is_populated(dst->ttm)) { in vmw_bo_cpu_blit()
476 if (!ttm_tt_is_populated(src->ttm)) { in vmw_bo_cpu_blit()
H A Dvmwgfx_ttm_buffer.c399 if (ttm_tt_is_populated(ttm)) in vmw_ttm_populate()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A 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()
H A Di915_gem_ttm_move.c636 clear = !i915_ttm_cpu_maps_iomem(bo->resource) && (!ttm || !ttm_tt_is_populated(ttm)); in i915_ttm_move()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1330 if (ttm_tt_is_populated(ttm)) in nouveau_ttm_tt_populate()