HomeSort by: relevance | last modified time | path
    Searched refs:aperture (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/dev/pci/
agp_sis.c 51 u_int32_t initial_aperture; /* aperture size at startup */
90 aprint_error(": can't map aperture\n");
104 * aperture so that the gatt size reduces.
108 aprint_error(": failed to set aperture\n");
118 /* Enable the aperture and auto-tlb-inval */
143 /* Put the aperture back the way it started. */
157 * The aperture size is equal to 4M<<gws.
164 agp_sis_set_aperture(struct agp_softc *sc, u_int32_t aperture)
173 if (aperture & (aperture - 1
    [all...]
agp_amd64.c 214 aprint_error(": can't map aperture\n");
254 * aperture so that the gatt size reduces.
298 /* Install the gatt and enable aperture. */
354 agp_amd64_set_aperture(struct agp_softc *sc, uint32_t aperture)
362 if (agp_amd64_table[i] == aperture)
376 return agp_amd64_uli_set_aperture(sc, aperture);
380 return agp_amd64_nvidia_set_aperture(sc, aperture);
385 return agp_amd64_via_set_aperture(sc, aperture);
465 agp_amd64_uli_set_aperture(struct agp_softc *sc, uint32_t aperture)
469 switch (aperture) {
    [all...]
agp_ali.c 51 u_int32_t initial_aperture; /* aperture size at startup */
89 aprint_error(": failed to map aperture\n");
106 * aperture so that the gatt size reduces.
110 aprint_error(": failed to set aperture\n");
147 /* Put the aperture back the way it started. */
181 * The aperture size is derived from the low bits of attbase.
191 agp_ali_set_aperture(struct agp_softc *sc, u_int32_t aperture)
196 if (aperture & (aperture - 1) || aperture < 1*M
    [all...]
agp_amd.c 68 u_int32_t initial_aperture; /* aperture size at startup */
188 aprint_error(": can't map aperture\n");
206 * aperture so that the gatt size reduces.
209 aprint_error(": can't set aperture\n");
250 /* Put the aperture back the way it started. */
269 * The aperture size is equal to 32M<<vas.
275 agp_amd_set_aperture(struct agp_softc *sc, u_int32_t aperture)
284 if (aperture & (aperture - 1)
285 || aperture < 32*1024*102
    [all...]
agp_apple.c 75 u_int32_t initial_aperture; /* aperture size at startup */
108 aprint_error(": can't set aperture size\n");
121 /* Enable the aperture. */
148 agp_apple_set_aperture(struct agp_softc *sc, u_int32_t aperture)
152 aprint_error("%s: %08x\n", __func__, aperture);
155 reg |= ((aperture >> 22) & 0xfff);
157 sc->as_apsize = aperture;
agp_via.c 71 u_int32_t initial_aperture; /* aperture size at startup */
115 aprint_error(": can't map aperture\n");
129 * aperture so that the gatt size reduces.
133 aprint_error(": can't set aperture size\n");
143 /* Enable the aperture. */
151 /* Enable the aperture. */
196 * to be zero. We calculate the aperture size accordingly.
225 "invalid aperture setting 0x%x\n", apsize);
232 agp_via_set_aperture(struct agp_softc *sc, u_int32_t aperture)
242 apsize = ((aperture - 1) >> 20) ^ 0xff
    [all...]
agp_intel.c 52 /* aperture size at startup */
130 aprint_error(": can't map aperture\n");
159 /* Determine maximum supported aperture size. */
175 * aperture so that the gatt size reduces.
179 aprint_error(": failed to set aperture\n");
311 * to be zero. We calculate the aperture size accordingly.
317 agp_intel_set_aperture(struct agp_softc *sc, u_int32_t aperture)
325 apsize = ((aperture - 1) >> 22) ^ isc->aperture_mask;
331 ((1 << 22) - 1)) + 1 != aperture)
agp_i810.c 299 * Find the aperture. Don't map it (yet), this would
507 /* Map (or, rather, find the address and size of) the aperture. */
513 aprint_error_dev(self, "can't map aperture: %d\n", error);
889 /* Stolen memory is set up at the beginning of the aperture by
1190 uint32_t aperture __unused)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-370-xp.dtsi 47 pcie-mem-aperture = <0xf8000000 0x7e00000>;
48 pcie-io-aperture = <0xffe00000 0x100000>;
kirkwood.dtsi 42 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256 MiB memory space */
43 pcie-io-aperture = <0xf2000000 0x100000>; /* 1 MiB I/O space */
armada-39x.dtsi 59 pcie-mem-aperture = <0xe0000000 0x8000000>;
60 pcie-io-aperture = <0xe8000000 0x100000>;
armada-375.dtsi 75 pcie-mem-aperture = <0xe0000000 0x8000000>;
76 pcie-io-aperture = <0xe8000000 0x100000>;
armada-38x.dtsi 42 pcie-mem-aperture = <0xe0000000 0x8000000>;
43 pcie-io-aperture = <0xe8000000 0x100000>;
dove.dtsi 84 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256M MEM space */
85 pcie-io-aperture = <0xf2000000 0x00200000>; /* 2M I/O space */
tegra20.dtsi 651 <0x58000000 0x02000000>; /* GART aperture */
  /src/sys/external/bsd/drm/dist/shared-core/
savage_drv.h 157 drm_local_map_t *aperture; member in struct:drm_savage_private
savage_bci.c 556 * and size of the aperture is not suitable for automatic MTRR setup
615 * aperture. */
649 &dev_priv->aperture);
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.h 165 drm_local_map_t *aperture; member in struct:drm_savage_private
savage_bci.c 573 * and size of the aperture is not suitable for automatic MTRR setup
623 * aperture. */
655 &dev_priv->aperture);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm845-cheza.dtsi 637 * Cheza fw does not properly program the GPU aperture to allow the

Completed in 24 milliseconds