Lines Matching full:place
108 * @place: placement flags and restrictions
115 const struct ttm_place *place,
127 ttm_resource_init(tbo, place, &node->base);
128 if (!(place->flags & TTM_PL_FLAG_TEMPORARY) &&
134 if (place->lpfn) {
138 0, place->fpfn, place->lpfn,
210 * @place: The place for the new allocation
217 const struct ttm_place *place,
220 return !place->lpfn || amdgpu_gtt_mgr_has_gart_addr(res);
228 * @place: The place for the new allocation
235 const struct ttm_place *place,
238 return !place->lpfn || amdgpu_gtt_mgr_has_gart_addr(res);