Lines Matching full:aperture
144 static int agp_i810_set_aperture(device_t dev, u_int32_t aperture);
145 static int agp_i830_set_aperture(device_t dev, u_int32_t aperture);
146 static int agp_i915_set_aperture(device_t dev, u_int32_t aperture);
196 u_int32_t initial_aperture; /* aperture size at startup */
901 * Stolen memory is set up at the beginning of the aperture by
1307 device_printf(dev, "aperture size is %dM",
1358 /* Put the aperture back the way it started. */
1384 * Sets the PCI resource size of the aperture on i830-class and below chipsets,
1389 * reconfigure the placement of the AGP aperture if a larger size is requested,
1393 agp_i810_set_aperture(device_t dev, u_int32_t aperture)
1402 if (aperture != 32 * 1024 * 1024 && aperture != 64 * 1024 * 1024) {
1403 device_printf(dev, "bad aperture size %d\n", aperture);
1409 if (aperture == 32 * 1024 * 1024)
1419 agp_i830_set_aperture(device_t dev, u_int32_t aperture)
1426 if (aperture != 64 * 1024 * 1024 &&
1427 aperture != 128 * 1024 * 1024) {
1428 device_printf(dev, "bad aperture size %d\n", aperture);
1433 if (aperture == 64 * 1024 * 1024)
1443 agp_i915_set_aperture(device_t dev, u_int32_t aperture)
1446 return (agp_generic_set_aperture(dev, aperture));
1450 agp_i810_method_set_aperture(device_t dev, u_int32_t aperture)
1455 return (sc->match->driver->set_aperture(dev, aperture));
1460 * beginning of the aperture to the given physical address. Setup the