Searched refs:TTM_PL_TT (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_ttm.c | 86 return ttm_range_man_init(&rdev->mman.bdev, TTM_PL_TT, in radeon_ttm_init_gtt() 134 case TTM_PL_TT: in radeon_evict_flags() 161 case TTM_PL_TT: in radeon_move_blit() 172 case TTM_PL_TT: in radeon_move_blit() 205 if (new_mem->mem_type == TTM_PL_TT) { in radeon_bo_move() 222 new_mem->mem_type == TTM_PL_TT) { in radeon_bo_move() 227 if (old_mem->mem_type == TTM_PL_TT && in radeon_bo_move() 242 hop->mem_type = TTM_PL_TT; in radeon_bo_move() 274 case TTM_PL_TT: in radeon_ttm_io_mem_reserve() 793 ttm_range_man_fini(&rdev->mman.bdev, TTM_PL_TT); in radeon_ttm_fini() [all …]
|
| D | radeon_object.h | 45 case TTM_PL_TT: in radeon_mem_type_to_domain() 99 case TTM_PL_TT: in radeon_bo_gpu_offset()
|
| D | radeon_object.c | 100 rbo->placements[c].mem_type = TTM_PL_TT; in radeon_ttm_placement_from_domain()
|
| D | radeon_kms.c | 559 man = ttm_manager_type(&rdev->mman.bdev, TTM_PL_TT); in radeon_info_ioctl()
|
| D | radeon_vm.c | 952 if (mem->mem_type == TTM_PL_TT) { in radeon_vm_bo_update()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_gtt_mgr.c | 51 man = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT); in amdgpu_mem_info_gtt_total_show() 291 ttm_set_driver_manager(&adev->mman.bdev, TTM_PL_TT, &mgr->manager); in amdgpu_gtt_mgr_init() 321 ttm_set_driver_manager(&adev->mman.bdev, TTM_PL_TT, NULL); in amdgpu_gtt_mgr_fini()
|
| D | amdgpu_res_cursor.h | 92 case TTM_PL_TT: in amdgpu_res_first() 154 case TTM_PL_TT: in amdgpu_res_next()
|
| D | amdgpu_ttm.c | 155 case TTM_PL_TT: in amdgpu_evict_flags() 250 if (mem->mem_type == TTM_PL_TT) { in amdgpu_ttm_map_buffer() 444 if (res->mem_type == TTM_PL_SYSTEM || res->mem_type == TTM_PL_TT || in amdgpu_res_cpu_visible() 495 if (new_mem->mem_type == TTM_PL_TT || in amdgpu_bo_move() 512 (new_mem->mem_type == TTM_PL_TT || in amdgpu_bo_move() 518 if ((old_mem->mem_type == TTM_PL_TT || in amdgpu_bo_move() 562 hop->mem_type = TTM_PL_TT; in amdgpu_bo_move() 607 case TTM_PL_TT: in amdgpu_ttm_io_mem_reserve() 660 case TTM_PL_TT: in amdgpu_ttm_domain_start() 970 if (bo_mem->mem_type != TTM_PL_TT || in amdgpu_ttm_backend_bind() [all …]
|
| D | amdgpu_object.c | 159 AMDGPU_PL_PREEMPT : TTM_PL_TT; in amdgpu_bo_placement_from_domain() 462 man = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT); in amdgpu_bo_validate_size() 897 } else if (bo->tbo.resource->mem_type == TTM_PL_TT) { in amdgpu_bo_pin() 932 } else if (bo->tbo.resource->mem_type == TTM_PL_TT) { in amdgpu_bo_unpin() 1219 case TTM_PL_TT: in amdgpu_bo_get_memory() 1451 if (bo->tbo.resource->mem_type == TTM_PL_TT) in amdgpu_bo_gpu_offset_no_check() 1521 case TTM_PL_TT: in amdgpu_bo_print_info()
|
| D | amdgpu_dma_buf.c | 139 } else if (bo->tbo.resource->mem_type != TTM_PL_TT) { in amdgpu_dma_buf_map() 144 case TTM_PL_TT: in amdgpu_dma_buf_map()
|
| D | amdgpu_object.h | 186 case TTM_PL_TT: in amdgpu_mem_type_to_domain()
|
| D | gmc_v12_0.c | 528 is_system = (bo->tbo.resource->mem_type == TTM_PL_TT) || in gmc_v12_0_get_vm_pte()
|
| D | amdgpu_gmc.c | 110 case TTM_PL_TT: in amdgpu_gmc_get_pde_for_bo()
|
| D | amdgpu_debugfs.c | 1743 *val = amdgpu_ttm_evict_resources(adev, TTM_PL_TT); in amdgpu_debugfs_evict_gtt()
|
| D | amdgpu_kms.c | 739 vram_gtt.gtt_size = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT)->size; in amdgpu_info_ioctl()
|
| D | amdgpu_vm.c | 1254 if (mem && (mem->mem_type == TTM_PL_TT || in amdgpu_vm_bo_update()
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ttm/ |
| D | ttm_placement.h | 52 #define TTM_PL_TT 1 macro
|
| /openbsd/src/sys/dev/pci/drm/i915/gem/ |
| D | i915_gem_ttm.h | 67 #define I915_PL_GGTT TTM_PL_TT
|
| /openbsd/src/sys/dev/pci/drm/ttm/ |
| D | ttm_bo_vm.c | 703 case TTM_PL_TT: in ttm_bo_vm_access()
|