Lines Matching refs:agp
522 xf86DrvMsg( pScreen->myNum, X_CONFIG, "[agp] Using AGP %dx Mode\n",
525 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] Illegal AGP Mode: %d\n",
535 xf86DrvMsg( pScreen->myNum, X_DEFAULT, "[agp] Using AGP %dx Mode\n",
554 xf86DrvMsg( pScreen->myNum, X_CONFIG, "[agp] Using %d MB AGP aperture\n",
559 "[agp] Illegal aperture size %d MB\n", pATI->OptionAGPSize );
563 xf86DrvMsg( pScreen->myNum, X_DEFAULT, "[agp] Using %d MB AGP aperture\n",
568 "[agp] Mode 0x%08lx [AGP 0x%04x/0x%04x; Card 0x%04x/0x%04x]\n",
574 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] AGP not enabled\n" );
601 xf86DrvMsg( pScreen->myNum, X_WARNING, "[agp] AGP not available\n" );
613 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] Out of memory (%d)\n", ret );
618 "[agp] %d kB allocated with handle 0x%08x\n",
622 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] Could not bind\n" );
629 "[agp] Using %d kB for DMA descriptor ring\n", pATIDRIServer->ringSize);
653 "[agp] Using %d kB for AGP textures\n", pATIDRIServer->agpTexMapSize/1024);
659 "[agp] Could not add ring mapping\n" );
663 "[agp] ring handle = 0x%08x\n",
669 "[agp] Could not map ring\n" );
673 "[agp] Ring mapped at 0x%08lx\n",
680 "[agp] Could not add vertex buffers mapping\n" );
684 "[agp] vertex buffers handle = 0x%08x\n",
690 "[agp] Could not map vertex buffers\n" );
694 "[agp] Vertex buffers mapped at 0x%08lx\n",
701 "[agp] Could not add AGP texture region mapping\n");
705 "[agp] AGP texture region handle = 0x%08x\n",
711 "[agp] Could not map AGP texture region\n");
715 "[agp] AGP Texture region mapped at 0x%08lx\n",
731 "[agp] Illegal aperture size %d kB\n",
1206 xf86DrvMsg( pScreen->myNum, X_WARNING, "[agp] AGP failed to initialize -- falling back to PCI mode.\n" );
1207 xf86DrvMsg( pScreen->myNum, X_WARNING, "[agp] Make sure you have the agpgart kernel module loaded.\n" );
1309 pATIDRI->agp = pATIDRIServer->agpTexHandle;