• Home
  • Raw
  • Download

Lines Matching refs:places

129 	struct ttm_place *places = abo->placements;  in amdgpu_bo_placement_from_domain()  local
136 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
137 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
138 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
139 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
142 places[c].lpfn = visible_pfn; in amdgpu_bo_placement_from_domain()
144 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
147 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
152 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
153 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
154 places[c].mem_type = in amdgpu_bo_placement_from_domain()
157 places[c].flags = 0; 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 = TTM_PL_SYSTEM; 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 = AMDGPU_PL_GDS; in amdgpu_bo_placement_from_domain()
173 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
178 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
179 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
180 places[c].mem_type = AMDGPU_PL_GWS; in amdgpu_bo_placement_from_domain()
181 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
186 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
187 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
188 places[c].mem_type = AMDGPU_PL_OA; in amdgpu_bo_placement_from_domain()
189 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
194 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
195 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
196 places[c].mem_type = TTM_PL_SYSTEM; in amdgpu_bo_placement_from_domain()
197 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
204 placement->placement = places; in amdgpu_bo_placement_from_domain()
207 placement->busy_placement = places; in amdgpu_bo_placement_from_domain()