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

  /xsrc/external/mit/libpciaccess/dist/src/
common_init.c 112 free( (char *) pci_sys->devices[i].agp );
115 pci_sys->devices[i].agp = NULL;
common_capability.c 54 * Once more than just the AGP capability is supported, the body of each of
59 * Once more than just the AGP capability is supported, some care will need
164 dev_priv->agp = agp_info;
183 * Get AGP capability data for a device.
194 if ( dev_priv->agp == NULL ) {
198 return dev_priv->agp;
pciaccess_private.h 129 const struct pci_agp_info * agp; /**< AGP capability information. */ member in struct:pci_device_private
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_dri.h 76 sisRegion agp; /* AGP public area */ member in struct:__anon9405
sis_dri.c 202 * the (non-AGP) command queue, located
316 /* AGP */
330 xf86DrvMsg(pScreen->myNum, X_ERROR, "[drm] Failed to acquire AGP, AGP disabled\n");
337 /* Default to 1X agp mode in SIS315 */
348 xf86DrvMsg(pScreen->myNum, X_ERROR, "[drm] Failed to enable AGP, AGP disabled\n");
352 xf86DrvMsg(pScreen->myNum, X_INFO, "[drm] AGP enabled\n");
359 xf86DrvMsg(pScreen->myNum, X_ERROR, "[drm] Failed to allocate %dMB AGP memory\n",
369 xf86DrvMsg(pScreen->myNum, X_ERROR, "[drm] Failed to allocate %dMB AGP memory, AGP disabled\n"
453 drm_sis_agp_t agp; local
476 drm_sis_agp_t agp; local
    [all...]
sis.h 758 /* AGP stuff for DRI */
870 sisRegion agp; member in struct:__anon9394
1152 sisRegion agp; member in struct:__anon9396
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.h 62 /* chiawen@2005/0601 for agp heap */
77 xgiRegion regs, agp; member in struct:__anon9683
xgi_dri.c 397 /* AGP */
403 /* jill note: IF not AGP, diable AGP memory allocate */
422 /* Default to 1X agp mode */
437 /* Bind agp-gart table */
453 /* any client can access this VtxBuf AGP area */
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)
    [all...]
xgi.h 469 /* AGP stuff for DRI */
719 xgiRegion agp; member in struct:__anon9676
  /xsrc/external/mit/xf86-video-mach64/dist/src/
mach64_dri.h 49 unsigned long ringStart; /* Offset into AGP space */
56 unsigned long bufferStart; /* Offset into AGP space */
65 /* AGP Texture data */
66 unsigned long agpTexStart; /* Offset into AGP space */
69 int agpTexSize; /* Size of AGP tex space (in MB) */
118 drm_handle_t agp; member in struct:__anon9015
atidri.c 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",
    [all...]
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dri.h 55 drmRegion agp; member in struct:__anon9040
62 /* AGP mappings */
mga_dri.c 297 * AGP mode. It the card is PCI, \c MGARec::agpSize should be forced to 0.
344 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" );
391 "[drm] Enabling AGP 2x PLL encoding\n" )
    [all...]
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_dri.c 223 "[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 *
    [all...]
savage_driver.h 135 drmRegion agp; member in struct:_server
142 /* AGP mappings */
150 /* XVideo through AGP */
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.c 54 #define AGP 1
225 "[drm] Initialized AGP ring-buffer, size 0x%lx at AGP "
240 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[drm] Detected AGP "
246 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[drm] Found AGP v3 "
247 "compatible device. Trying AGP 8X mode.\n");
250 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[drm] Didn't find any AGP v3 "
251 "compatible device. Trying AGP 4X mode.\n");
256 "[drm] Trying to enable AGP fast writes.\n");
270 drm_via_agp_t agp; local
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_driver.c 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 */
4225 uint32_t fb, agp, agp_hi; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/
configure 2112 --enable-agp Enable AGP support (default: auto)
25973 # Check whether --enable-agp was given.
25976 enableval=$enable_agp; AGP=$enableval
25978 e) AGP=auto ;;
25982 if test "x$AGP" = "xauto" ; then
25992 AGP=yes
25997 if test "x$AGP" = xyes; then
34851 as_fn_error $? "conditional \"AGP\" was never defined.
    [all...]

Completed in 43 milliseconds