Lines Matching refs:placements
140 static const struct ttm_place placements = {
149 placement->placement = &placements;
150 placement->busy_placement = &placements;
174 if (rbo->placements[i].flags & TTM_PL_FLAG_VRAM) {
175 if (rbo->placements[i].fpfn < fpfn)
176 rbo->placements[i].fpfn = fpfn;
179 &rbo->placements[i];
281 struct ttm_place placements;
288 placement.placement = &placements;
290 placement.busy_placement = &placements;
291 placements.fpfn = 0;
292 placements.lpfn = 0;
293 placements.flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_TT;
327 struct ttm_place placements;
333 placement.placement = &placements;
335 placement.busy_placement = &placements;
336 placements.fpfn = 0;
337 placements.lpfn = 0;
338 placements.flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_TT;