Lines Matching refs:agp
1538 /* Just disable the damn AGP apertures for now, it may be
2001 /* AGP/PCI */
2002 /* Proper autodetection of an AGP capable device requires examining
2005 * in the PCI 2.2 and AGP 2.0 specifications, to determine if AGP
2011 * or earlier device and is not AGP capable, and we can conclude it
2031 * AGP device, or we'll reach the end of the list, indicating it is
2038 * - AGP Interface Specification Revision 2.0, Section 6.1.5
2066 (info->cardType==CARD_PCIE) ? "PCIE" : "AGP");
2072 /* some rs4xx cards report as agp */
2085 if (strcmp(s, "AGP") == 0) {
2087 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "Forced into AGP mode\n");
2568 /* AGP seems to have problems with gart transfers */
4153 /* Update maps, first clearing out AGP to make sure we don't get
4225 uint32_t fb, agp, agp_hi;
4231 radeon_read_mc_fb_agp_location(pScrn, LOC_FB | LOC_AGP, &fb, &agp, &agp_hi);
4233 if (fb != save->mc_fb_location || agp != save->mc_agp_location ||
4245 (long unsigned int)info->mc_agp_location, (long unsigned int)agp);
4247 info->mc_agp_location = agp;