Lines Matching full:places

129 	struct ttm_place *places = abo->placements;  in amdgpu_bo_placement_from_domain()  local
138 places[c].fpfn = adev->gmc.mem_partitions[mem_id].range.fpfn; in amdgpu_bo_placement_from_domain()
143 places[c].lpfn = adev->gmc.mem_partitions[mem_id].range.lpfn + 1; in amdgpu_bo_placement_from_domain()
145 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
146 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
148 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
149 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
152 places[c].lpfn = min_not_zero(places[c].lpfn, visible_pfn); in amdgpu_bo_placement_from_domain()
154 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
157 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
162 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
163 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
164 places[c].mem_type = AMDGPU_PL_DOORBELL; in amdgpu_bo_placement_from_domain()
165 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
170 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
171 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
172 places[c].mem_type = in amdgpu_bo_placement_from_domain()
175 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
180 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
181 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
182 places[c].mem_type = TTM_PL_SYSTEM; in amdgpu_bo_placement_from_domain()
183 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
188 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
189 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
190 places[c].mem_type = AMDGPU_PL_GDS; in amdgpu_bo_placement_from_domain()
191 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
196 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
197 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
198 places[c].mem_type = AMDGPU_PL_GWS; in amdgpu_bo_placement_from_domain()
199 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
204 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
205 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
206 places[c].mem_type = AMDGPU_PL_OA; in amdgpu_bo_placement_from_domain()
207 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
212 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
213 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
214 places[c].mem_type = TTM_PL_SYSTEM; in amdgpu_bo_placement_from_domain()
215 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
222 placement->placement = places; in amdgpu_bo_placement_from_domain()
225 placement->busy_placement = places; in amdgpu_bo_placement_from_domain()