Symbol: ttm_tt_is_populated
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
813
if (bo->ttm && !ttm_tt_is_populated(bo->ttm)) {
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
932
bo->ttm && i915_tt->filp && ttm_tt_is_populated(bo->ttm);
drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
636
clear = !i915_ttm_cpu_maps_iomem(bo->resource) && (!ttm || !ttm_tt_is_populated(ttm));
drivers/gpu/drm/nouveau/nouveau_bo.c
1426
if (ttm_tt_is_populated(ttm))
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
138
KUNIT_EXPECT_FALSE(test, ttm_tt_is_populated(bo->ttm));
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
263
KUNIT_EXPECT_TRUE(test, ttm_tt_is_populated(bo->ttm));
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
312
KUNIT_ASSERT_TRUE(test, ttm_tt_is_populated(tt));
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
315
KUNIT_ASSERT_FALSE(test, ttm_tt_is_populated(tt));
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
356
KUNIT_ASSERT_TRUE(test, ttm_tt_is_populated(tt));
drivers/gpu/drm/ttm/ttm_bo.c
1129
if (!tt || !ttm_tt_is_populated(tt) ||
drivers/gpu/drm/ttm/ttm_bo.c
1180
if (ttm_tt_is_populated(tt)) {
drivers/gpu/drm/ttm/ttm_bo_util.c
1151
return bo->ttm && ttm_tt_is_populated(bo->ttm) && !bo->pin_count &&
drivers/gpu/drm/ttm/ttm_bo_util.c
189
clear = src_iter->ops->maps_tt && (!ttm || !ttm_tt_is_populated(ttm));
drivers/gpu/drm/ttm/ttm_pool.c
722
WARN_ON(!alloc->remaining_pages || ttm_tt_is_populated(tt));
drivers/gpu/drm/ttm/ttm_tt.c
378
if (ttm_tt_is_populated(ttm))
drivers/gpu/drm/ttm/ttm_tt.c
434
if (!ttm_tt_is_populated(ttm))
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
571
if (!ttm_tt_is_populated(dst->ttm)) {
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
577
if (!ttm_tt_is_populated(src->ttm)) {
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
367
if (ttm_tt_is_populated(ttm))
drivers/gpu/drm/xe/tests/xe_bo.c
86
if (!ttm || !ttm_tt_is_populated(ttm)) {
drivers/gpu/drm/xe/xe_bo.c
2793
if (bo->ttm.ttm && ttm_tt_is_populated(bo->ttm.ttm))
drivers/gpu/drm/xe/xe_bo.c
2851
if (bo->ttm.ttm && ttm_tt_is_populated(bo->ttm.ttm))
drivers/gpu/drm/xe/xe_bo.c
2887
if (bo->ttm.ttm && ttm_tt_is_populated(bo->ttm.ttm))
drivers/gpu/drm/xe/xe_bo.c
2919
if (bo->ttm.ttm && ttm_tt_is_populated(bo->ttm.ttm))
drivers/gpu/drm/xe/xe_bo.c
854
ttm && ttm_tt_is_populated(ttm)) ? true : false;
drivers/gpu/drm/xe/xe_bo.c
874
tt_has_data = ttm && (ttm_tt_is_populated(ttm) || ttm_tt_is_swapped(ttm));
drivers/gpu/drm/xe/xe_bo.h
337
if ((bo->ttm.ttm && ttm_tt_is_populated(bo->ttm.ttm)) ||