Searched refs:AMDGPU_PL_DOORBELL (Results 1 – 2 of 2) sorted by relevance
129 case AMDGPU_PL_DOORBELL: in amdgpu_evict_flags()468 res->mem_type == AMDGPU_PL_PREEMPT || res->mem_type == AMDGPU_PL_DOORBELL || in amdgpu_res_cpu_visible()577 old_mem->mem_type == AMDGPU_PL_DOORBELL || in amdgpu_bo_move()582 new_mem->mem_type == AMDGPU_PL_DOORBELL || in amdgpu_bo_move()665 case AMDGPU_PL_DOORBELL: in amdgpu_ttm_io_mem_reserve()692 if (bo->resource->mem_type == AMDGPU_PL_DOORBELL) in amdgpu_ttm_io_mem_pfn()1440 mem->mem_type == AMDGPU_PL_DOORBELL || in amdgpu_ttm_tt_pde_flags()2219 r = amdgpu_ttm_init_on_chip(adev, AMDGPU_PL_DOORBELL, adev->doorbell.size / PAGE_SIZE); in amdgpu_ttm_init()2320 ttm_range_man_fini(&adev->mman.bdev, AMDGPU_PL_DOORBELL); in amdgpu_ttm_fini()
38 #define AMDGPU_PL_DOORBELL (TTM_PL_PRIV + 4) macro