Lines Matching refs:placements
91 static const struct ttm_place placements = { in amdgpu_evict_flags() local
107 placement->placement = &placements; in amdgpu_evict_flags()
108 placement->busy_placement = &placements; in amdgpu_evict_flags()
154 abo->placements[0].fpfn = adev->gmc.visible_vram_size >> PAGE_SHIFT; in amdgpu_evict_flags()
155 abo->placements[0].lpfn = 0; in amdgpu_evict_flags()
156 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_evict_flags()
959 struct ttm_place placements; in amdgpu_ttm_alloc_gart() local
975 placement.placement = &placements; in amdgpu_ttm_alloc_gart()
977 placement.busy_placement = &placements; in amdgpu_ttm_alloc_gart()
978 placements.fpfn = 0; in amdgpu_ttm_alloc_gart()
979 placements.lpfn = adev->gmc.gart_size >> PAGE_SHIFT; in amdgpu_ttm_alloc_gart()
980 placements.mem_type = TTM_PL_TT; in amdgpu_ttm_alloc_gart()
981 placements.flags = bo->resource->placement; in amdgpu_ttm_alloc_gart()