Symbol: ttm_cached
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
194
if (bo->ttm->num_pages != 1 || bo->ttm->caching == ttm_cached)
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1178
caching = ttm_cached;
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1416
if (ttm && ttm->caching == ttm_cached)
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1421
mem->bus.caching == ttm_cached)
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
608
vres->base.bus.caching = ttm_cached;
drivers/gpu/drm/drm_gem_vram_helper.c
728
ret = ttm_tt_init(tt, bo, page_flags, ttm_cached, 0);
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
122
return ttm_cached;
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
291
if (i915_gem_object_is_shrinkable(obj) && caching == ttm_cached) {
drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
57
ttm->caching == ttm_cached) ? I915_CACHE_LLC :
drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
86
if (i915_ttm_cpu_maps_iomem(bo->resource) || bo->ttm->caching != ttm_cached) {
drivers/gpu/drm/loongson/lsdc_ttm.c
103
ret = ttm_sg_tt_init(tt, tbo, page_flags, ttm_cached);
drivers/gpu/drm/nouveau/nouveau_sgdma.c
80
caching = ttm_cached;
drivers/gpu/drm/qxl/qxl_ttm.c
115
if (ttm_tt_init(ttm, bo, page_flags, ttm_cached, 0)) {
drivers/gpu/drm/radeon/radeon_ttm.c
443
if (ttm->caching == ttm_cached)
drivers/gpu/drm/radeon/radeon_ttm.c
505
caching = ttm_cached;
drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c
53
ttm_tt_init(tt, bo, page_flags, ttm_cached, 0);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
272
enum ttm_caching pool_caching = ttm_cached;
drivers/gpu/drm/ttm/tests/ttm_resource_test.c
143
KUNIT_ASSERT_EQ(test, res->bus.caching, ttm_cached);
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
114
enum ttm_caching caching = ttm_cached;
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
135
enum ttm_caching caching = ttm_cached;
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
192
enum ttm_caching caching = ttm_cached;
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
283
err = ttm_tt_init(tt, bo, 0, ttm_cached, 0);
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
307
err = ttm_tt_init(tt, bo, 0, ttm_cached, 0);
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
330
err = ttm_tt_init(tt, bo, 0, ttm_cached, 0);
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
351
err = ttm_tt_init(tt, bo, 0, ttm_cached, 0);
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
45
enum ttm_caching caching = ttm_cached;
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
71
enum ttm_caching caching = ttm_cached;
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
94
enum ttm_caching caching = ttm_cached;
drivers/gpu/drm/ttm/ttm_agp_backend.c
56
int ret, cached = ttm->caching == ttm_cached;
drivers/gpu/drm/ttm/ttm_bo_util.c
331
else if (mem->bus.caching == ttm_cached)
drivers/gpu/drm/ttm/ttm_bo_util.c
359
if (num_pages == 1 && ttm->caching == ttm_cached &&
drivers/gpu/drm/ttm/ttm_bo_util.c
518
else if (mem->bus.caching == ttm_cached)
drivers/gpu/drm/ttm/ttm_module.c
65
if (caching == ttm_cached)
drivers/gpu/drm/ttm/ttm_pool.c
1267
case ttm_cached:
drivers/gpu/drm/ttm/ttm_pool.c
208
if (caching != ttm_cached && !PageHighMem(p))
drivers/gpu/drm/ttm/ttm_pool.c
237
case ttm_cached:
drivers/gpu/drm/ttm/ttm_pool.c
755
page_caching = ttm_cached;
drivers/gpu/drm/ttm/ttm_pool.c
800
ttm_pool_free_range(pool, tt, ttm_cached, caching_divide,
drivers/gpu/drm/ttm/ttm_pool.c
945
ttm_pool_free_range(restore->pool, tt, ttm_cached,
drivers/gpu/drm/ttm/ttm_pool.c
951
ttm_pool_free_range(NULL, tt, ttm_cached, start_page, tt->num_pages);
drivers/gpu/drm/ttm/ttm_pool.c
996
if (tt->caching != ttm_cached)
drivers/gpu/drm/ttm/ttm_resource.c
340
res->bus.caching = ttm_cached;
drivers/gpu/drm/ttm/ttm_resource.c
855
else if (mem->bus.caching == ttm_cached)
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
419
ttm_cached);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
422
ttm_cached, 0);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
452
mem->bus.caching = ttm_cached;
drivers/gpu/drm/xe/xe_bo.c
480
enum ttm_caching caching = ttm_cached;
drivers/gpu/drm/xe/xe_bo.c
506
caching = ttm_cached;
drivers/gpu/drm/xe/xe_vm.c
1321
if (!xe_bo_is_vram(bo) && bo->ttm.ttm->caching == ttm_cached)