Lines Matching refs:placements
95 static const struct ttm_place placements = { in amdgpu_evict_flags() local
111 placement->placement = &placements; in amdgpu_evict_flags()
112 placement->busy_placement = &placements; in amdgpu_evict_flags()
150 abo->placements[0].fpfn = adev->gmc.visible_vram_size >> PAGE_SHIFT; in amdgpu_evict_flags()
151 abo->placements[0].lpfn = 0; in amdgpu_evict_flags()
152 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_evict_flags()
953 struct ttm_place placements; in amdgpu_ttm_alloc_gart() local
969 placement.placement = &placements; in amdgpu_ttm_alloc_gart()
971 placement.busy_placement = &placements; in amdgpu_ttm_alloc_gart()
972 placements.fpfn = 0; in amdgpu_ttm_alloc_gart()
973 placements.lpfn = adev->gmc.gart_size >> PAGE_SHIFT; in amdgpu_ttm_alloc_gart()
974 placements.mem_type = TTM_PL_TT; in amdgpu_ttm_alloc_gart()
975 placements.flags = bo->resource->placement; in amdgpu_ttm_alloc_gart()