Lines Matching refs:places

128 	struct ttm_place *places = abo->placements;  in amdgpu_bo_placement_from_domain()  local
135 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
136 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
137 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
138 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
141 places[c].lpfn = visible_pfn; in amdgpu_bo_placement_from_domain()
143 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
146 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
151 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
152 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
153 places[c].mem_type = in amdgpu_bo_placement_from_domain()
156 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
161 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
162 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
163 places[c].mem_type = TTM_PL_SYSTEM; in amdgpu_bo_placement_from_domain()
164 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
169 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
170 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
171 places[c].mem_type = AMDGPU_PL_GDS; in amdgpu_bo_placement_from_domain()
172 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
177 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
178 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
179 places[c].mem_type = AMDGPU_PL_GWS; in amdgpu_bo_placement_from_domain()
180 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
185 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
186 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
187 places[c].mem_type = AMDGPU_PL_OA; in amdgpu_bo_placement_from_domain()
188 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
193 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
194 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
195 places[c].mem_type = TTM_PL_SYSTEM; in amdgpu_bo_placement_from_domain()
196 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
203 placement->placement = places; in amdgpu_bo_placement_from_domain()
206 placement->busy_placement = places; in amdgpu_bo_placement_from_domain()