Lines Matching refs:placements
96 static const struct ttm_place placements = { in amdgpu_evict_flags() local
112 placement->placement = &placements; in amdgpu_evict_flags()
113 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()
922 struct ttm_place placements; in amdgpu_ttm_alloc_gart() local
938 placement.placement = &placements; in amdgpu_ttm_alloc_gart()
940 placement.busy_placement = &placements; in amdgpu_ttm_alloc_gart()
941 placements.fpfn = 0; in amdgpu_ttm_alloc_gart()
942 placements.lpfn = adev->gmc.gart_size >> PAGE_SHIFT; in amdgpu_ttm_alloc_gart()
943 placements.mem_type = TTM_PL_TT; in amdgpu_ttm_alloc_gart()
944 placements.flags = bo->resource->placement; in amdgpu_ttm_alloc_gart()