Searched refs:agp (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_init.c112 free( (char *) pci_sys->devices[i].agp );
115 pci_sys->devices[i].agp = NULL;
H A Dcommon_capability.c164 dev_priv->agp = agp_info;
194 if ( dev_priv->agp == NULL ) {
198 return dev_priv->agp;
H A Dpciaccess_private.h129 const struct pci_agp_info * agp; /**< AGP capability information. */ member in struct:pci_device_private
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.h76 sisRegion agp; /* AGP public area */ member in struct:__anonbcb29ace0308
H A Dsis_dri.c337 /* Default to 1X agp mode in SIS315 */
428 pSISDRI->agp.size = pSIS->agpSize;
429 if(drmAddMap(pSIS->drmSubFD, (drm_handle_t)0, pSISDRI->agp.size, DRM_AGP, 0, &pSISDRI->agp.handle) < 0) {
434 pSIS->agpSize = pSISDRI->agp.size = 0;
453 drm_sis_agp_t agp; local in function:SISDRIScreenInit
455 agp.offset = AGP_VTXBUF_SIZE;
456 agp.size = pSIS->agpSize - AGP_VTXBUF_SIZE;
457 drmCommandWrite(pSIS->drmSubFD, DRM_SIS_AGP_INIT, &agp, sizeof(agp));
476 drm_sis_agp_t agp; local in function:SISDRIScreenInit
[all...]
H A Dsis.h870 sisRegion agp; member in struct:__anon2d7f85d00308
1152 sisRegion agp; member in struct:__anon2d7f85d00508
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.h62 /* chiawen@2005/0601 for agp heap */
77 xgiRegion regs, agp; member in struct:__anonca9276e00308
H A Dxgi_dri.c422 /* Default to 1X agp mode */
437 /* Bind agp-gart table */
454 /* by mem-map pXGIDRI->agp.handle */
456 pXGIDRI->agp.size = pXGI->agpSize;
458 pXGIDRI->agp.size, DRM_AGP, 0,
459 &pXGIDRI->agp.handle) < 0) {
461 "[drm] Failed to map public agp area\n");
462 pXGIDRI->agp.size = 0;
480 drm_xgi_agp_t agp;
482 agp
[all...]
H A Dxgi.h719 xgiRegion agp; member in struct:__anon348028e20508
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Dmach64_dri.h118 drm_handle_t agp; member in struct:__anon7b6ec2b60208
H A Datidri.c522 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] Ou
[all...]
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.h55 drmRegion agp; member in struct:__anon12c70dda0108
H A Dmga_dri.c344 pMGADRIServer->agp.size = dma_bs.agp_size;
361 "[agp] Cannot force PCI DMA because %s\n", msg );
365 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] AGP not available\n" );
376 "[agp] Mode 0x%08lx [AGP 0x%04x/0x%04x; Card 0x%04x/0x%04x]\n",
382 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] AGP not enabled\n" );
405 pMGADRIServer->agp.size = pMga->agpSize * 1024 * 1024;
422 pMGADRIServer->agpTextures.size = (pMGADRIServer->agp.size -
425 ret = drmAgpAlloc( pMga->drmFD, pMGADRIServer->agp.size,
426 0, NULL, &pMGADRIServer->agp.handle );
428 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] Ou
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c223 "[agp] Mode 0x%08lx [AGP 0x%04x/0x%04x; Card 0x%04x/0x%04x]\n",
229 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] AGP not enabled\n" );
248 pSAVAGEDRIServer->agp.size = psav->agpSize * 1024 * 1024;
249 pSAVAGEDRIServer->agp.offset = pSAVAGEDRIServer->agp.size; /* ? */
252 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] AGP not available\n" );
257 pSAVAGEDRIServer->agp.handle = 0; /* indicate that AGP init failed */
261 ret = drmAgpAlloc( psav->drmFD, pSAVAGEDRIServer->agp.size,
262 0, NULL, &pSAVAGEDRIServer->agp.handle );
264 xf86DrvMsg( pScreen->myNum, X_ERROR, "[agp] Ou
[all...]
H A Dsavage_driver.h135 drmRegion agp; member in struct:_server
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c270 drm_via_agp_t agp; local in function:VIADRIAgpInit
314 agp.offset = 0;
315 agp.size = pVia->agpSize;
316 if (drmCommandWrite(pVia->drmmode.fd, DRM_VIA_AGP_INIT, &agp,
330 "[drm] Failed to map public agp area.\n");
345 "[drm] agp physical addr = %p\n", pVia->agpMappedAddr);
672 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[drm] Freeing agp memory\n");
674 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[drm] Releasing agp module\n");
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_driver.c2072 /* some rs4xx cards report as agp */
4225 uint32_t fb, agp, agp_hi; local in function:RADEONAdjustMemMapRegisters
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;
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac203 AC_ARG_ENABLE(agp, AS_HELP_STRING([--enable-agp], optenable
H A Dconfigure2112 --enable-agp Enable AGP support (default: auto)
25840 # Check whether --enable-agp was given.
[all...]

Completed in 59 milliseconds