Lines Matching full:aperture

5  * Work around broken BIOSes that don't set an aperture, only set the
6 * aperture in the AGP bridge, or set too small aperture.
8 * If all fails map the aperture over some low memory. This is cheaper than
39 * the gart aperture that is used.
63 * If the first kernel maps the aperture over e820 RAM, the kdump kernel will
118 * Aperture has to be naturally aligned. This means a 2GB aperture in allocate_aperture()
126 pr_err("Cannot allocate aperture memory hole [mem %#010lx-%#010lx] (%uKB)\n", in allocate_aperture()
130 pr_info("Mapping aperture over RAM [mem %#010lx-%#010lx] (%uKB)\n", in allocate_aperture()
203 pr_info("pci 0000:%02x:%02x.%d: AGP aperture [bus addr %#010Lx-%#010Lx] (old size %uMB)\n", in read_agp()
207 …pr_info("pci 0000:%02x:%02x.%d: AGP aperture size %uMB (APSIZE %#x) is not right, using settings f… in read_agp()
212 pr_info("pci 0000:%02x:%02x.%d: AGP aperture [bus addr %#010Lx-%#010Lx] (%uMB, APSIZE %#x)\n", in read_agp()
222 * Look for an AGP bridge. Windows only expects the aperture in the
410 pr_info("Checking aperture...\n"); in gart_iommu_hole_init()
451 pr_info("Node %d: aperture [bus addr %#010Lx-%#010Lx] (%uMB)\n", in gart_iommu_hole_init()
504 /* Got the aperture from the AGP bridge */ in gart_iommu_hole_init()
509 pr_info("Your BIOS doesn't leave an aperture memory hole\n"); in gart_iommu_hole_init()
521 * on the aperture over memory causes very in gart_iommu_hole_init()
525 panic("Not enough memory for aperture"); in gart_iommu_hole_init()
533 * configure the aperture in the northbridge, this range may in gart_iommu_hole_init()