Home | History | Annotate | Download | only in i915

Lines Matching defs:space

44  * A primary function introduced here is so-called "address space ballooning"
52 * To reduce the complexity, Intel GVT-g introduces "address space ballooning",
162 struct drm_mm_node space[4];
173 DRM_DEBUG_DRIVER("deballoon space: range [0x%"PRIx64" - 0x%"PRIx64"] %"PRIu64" KiB.\n",
199 vgt_deballoon_space(ggtt, &bl_info.space[i]);
212 DRM_INFO("balloon space: range [ 0x%lx - 0x%lx ] %lu KiB.\n",
228 * graphic address space allocated to other vGPUs, by marking these spaces as
237 * of its graphic space being zero. Yet there are some portions ballooned out(
239 * host point of view, the graphic address space is partitioned by multiple
306 ret = vgt_balloon_space(ggtt, &bl_info.space[2],
314 ret = vgt_balloon_space(ggtt, &bl_info.space[3],
322 ret = vgt_balloon_space(ggtt, &bl_info.space[0],
330 ret = vgt_balloon_space(ggtt, &bl_info.space[1],
341 vgt_deballoon_space(ggtt, &bl_info.space[0]);
343 vgt_deballoon_space(ggtt, &bl_info.space[3]);
345 vgt_deballoon_space(ggtt, &bl_info.space[2]);