Lines Matching refs:placements
94 static const struct ttm_place placements = { in amdgpu_evict_flags() local
110 placement->placement = &placements; in amdgpu_evict_flags()
111 placement->busy_placement = &placements; in amdgpu_evict_flags()
157 abo->placements[0].fpfn = adev->gmc.visible_vram_size >> PAGE_SHIFT; in amdgpu_evict_flags()
158 abo->placements[0].lpfn = 0; in amdgpu_evict_flags()
159 abo->placement.busy_placement = &abo->placements[1]; in amdgpu_evict_flags()
965 struct ttm_place placements; in amdgpu_ttm_alloc_gart() local
981 placement.placement = &placements; in amdgpu_ttm_alloc_gart()
983 placement.busy_placement = &placements; in amdgpu_ttm_alloc_gart()
984 placements.fpfn = 0; in amdgpu_ttm_alloc_gart()
985 placements.lpfn = adev->gmc.gart_size >> PAGE_SHIFT; in amdgpu_ttm_alloc_gart()
986 placements.mem_type = TTM_PL_TT; in amdgpu_ttm_alloc_gart()
987 placements.flags = bo->resource->placement; in amdgpu_ttm_alloc_gart()