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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_kms.c 371 info->cardType = CARD_PCI;
383 info->cardType = CARD_AGP;
387 info->cardType = CARD_PCIE;
396 (info->cardType==CARD_PCI) ? "PCI" :
397 (info->cardType==CARD_PCIE) ? "PCIE" : "AGP");
400 if (info->cardType == CARD_PCIE && info->IsIGP)
401 info->cardType = CARD_PCI;
404 info->cardType = CARD_PCIE;
408 info->cardType = CARD_PCIE;
radeon_driver.c 1826 if (info->cardType == CARD_PCIE && info->directRenderingEnabled)
2041 info->cardType = CARD_PCI;
2053 info->cardType = CARD_AGP;
2057 info->cardType = CARD_PCIE;
2065 (info->cardType==CARD_PCI) ? "PCI" :
2066 (info->cardType==CARD_PCIE) ? "PCIE" : "AGP");
2069 if (info->cardType == CARD_PCIE && info->IsIGP)
2070 info->cardType = CARD_PCI;
2075 info->cardType = CARD_PCI;
2078 info->cardType = CARD_PCIE
    [all...]
radeon_dri.c 1191 drmInfo.is_pci = (info->cardType!=CARD_AGP);
1257 (info->cardType!=CARD_AGP) ? DRM_SG_BUFFER : DRM_AGP_BUFFER,
1668 if (info->cardType==CARD_AGP && !RADEONDRIAgpInit(info, pScreen)) {
1679 if ((info->cardType!=CARD_AGP) && !RADEONDRIPciInit(info, pScreen)) {
1786 pRADEONDRI->IsPCI = (info->cardType!=CARD_AGP);
1846 if (info->cardType==CARD_AGP) {
2294 if (info->cardType != CARD_PCIE ||
radeon_exa.c 780 if (info->cardType==CARD_PCIE)
radeon_pm.c 776 if (info->cardType == CARD_PCIE)
radeon_accel.c 1413 if (info->cardType==CARD_PCIE)
radeon.h 889 RADEONCardType cardType; /* Current card is a PCI card */

Completed in 11 milliseconds