Symbol: TTM_PL_TT
sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c
1743
*val = amdgpu_ttm_evict_resources(adev, TTM_PL_TT);
sys/dev/pci/drm/amd/amdgpu/amdgpu_dma_buf.c
208
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_fdinfo.c
105
stats[TTM_PL_TT].drm.resident/1024UL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_fdinfo.c
116
(stats[TTM_PL_TT].drm.shared +
sys/dev/pci/drm/amd/amdgpu/amdgpu_fdinfo.c
117
stats[TTM_PL_TT].drm.private) / 1024UL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_fdinfo.c
69
[TTM_PL_TT] = "gtt",
sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
117
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_gtt_mgr.c
291
ttm_set_driver_manager(&adev->mman.bdev, TTM_PL_TT, &mgr->manager);
sys/dev/pci/drm/amd/amdgpu/amdgpu_gtt_mgr.c
321
ttm_set_driver_manager(&adev->mman.bdev, TTM_PL_TT, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_gtt_mgr.c
51
man = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT);
sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c
797
vram_gtt.gtt_size = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT)->size;
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1002
} else if (bo->tbo.resource->mem_type == TTM_PL_TT) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1037
} else if (bo->tbo.resource->mem_type == TTM_PL_TT) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1533
if (bo->tbo.resource->mem_type == TTM_PL_TT)
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1566
return TTM_PL_TT;
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1644
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
169
AMDGPU_PL_PREEMPT : TTM_PL_TT;
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
568
man = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT);
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.h
159
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_res_cursor.h
155
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_res_cursor.h
92
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1036
placements.mem_type = TTM_PL_TT;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1401
if (mem && (mem->mem_type == TTM_PL_TT ||
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1490
if (bo->resource->mem_type == TTM_PL_TT &&
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
156
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
252
if (mem->mem_type == TTM_PL_TT) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2573
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2819
TTM_PL_TT),
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
451
if (res->mem_type == TTM_PL_SYSTEM || res->mem_type == TTM_PL_TT ||
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
503
if (new_mem->mem_type == TTM_PL_TT ||
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
520
(new_mem->mem_type == TTM_PL_TT ||
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
526
if ((old_mem->mem_type == TTM_PL_TT ||
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
572
hop->mem_type = TTM_PL_TT;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
617
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
678
case TTM_PL_TT:
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
988
if (bo_mem->mem_type != TTM_PL_TT ||
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
1370
if (mem && (mem->mem_type == TTM_PL_TT ||
sys/dev/pci/drm/i915/gem/i915_gem_ttm.h
67
#define I915_PL_GGTT TTM_PL_TT
sys/dev/pci/drm/radeon/radeon_kms.c
558
man = ttm_manager_type(&rdev->mman.bdev, TTM_PL_TT);
sys/dev/pci/drm/radeon/radeon_object.c
100
rbo->placements[c].mem_type = TTM_PL_TT;
sys/dev/pci/drm/radeon/radeon_object.h
45
case TTM_PL_TT:
sys/dev/pci/drm/radeon/radeon_object.h
99
case TTM_PL_TT:
sys/dev/pci/drm/radeon/radeon_ttm.c
134
case TTM_PL_TT:
sys/dev/pci/drm/radeon/radeon_ttm.c
161
case TTM_PL_TT:
sys/dev/pci/drm/radeon/radeon_ttm.c
172
case TTM_PL_TT:
sys/dev/pci/drm/radeon/radeon_ttm.c
205
if (new_mem->mem_type == TTM_PL_TT) {
sys/dev/pci/drm/radeon/radeon_ttm.c
222
new_mem->mem_type == TTM_PL_TT) {
sys/dev/pci/drm/radeon/radeon_ttm.c
227
if (old_mem->mem_type == TTM_PL_TT &&
sys/dev/pci/drm/radeon/radeon_ttm.c
241
hop->mem_type = TTM_PL_TT;
sys/dev/pci/drm/radeon/radeon_ttm.c
273
case TTM_PL_TT:
sys/dev/pci/drm/radeon/radeon_ttm.c
792
ttm_range_man_fini(&rdev->mman.bdev, TTM_PL_TT);
sys/dev/pci/drm/radeon/radeon_ttm.c
86
return ttm_range_man_init(&rdev->mman.bdev, TTM_PL_TT,
sys/dev/pci/drm/radeon/radeon_ttm.c
948
TTM_PL_TT),
sys/dev/pci/drm/radeon/radeon_vm.c
950
if (mem->mem_type == TTM_PL_TT) {
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
1081
u32 mem_type = TTM_PL_TT, mem_type_evict = TTM_PL_MOCK2;
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
465
u32 fst_mem = TTM_PL_VRAM, tmp_mem = TTM_PL_TT, final_mem = TTM_PL_SYSTEM;
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
763
u32 mem_type = TTM_PL_VRAM, mem_multihop = TTM_PL_TT,
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
824
u32 mem_type = TTM_PL_VRAM, mem_multihop = TTM_PL_TT;
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
868
u32 mem_type = TTM_PL_VRAM, mem_multihop = TTM_PL_TT,
sys/dev/pci/drm/ttm/tests/ttm_kunit_helpers.c
103
case TTM_PL_TT:
sys/dev/pci/drm/ttm/tests/ttm_kunit_helpers.c
77
hop->mem_type = TTM_PL_TT;
sys/dev/pci/drm/ttm/tests/ttm_kunit_helpers.c
85
new_mem->mem_type == TTM_PL_TT) ||
sys/dev/pci/drm/ttm/tests/ttm_kunit_helpers.c
86
(old_mem->mem_type == TTM_PL_TT &&
sys/dev/pci/drm/ttm/ttm_bo_vm.c
720
case TTM_PL_TT: