Home | History | Annotate | Download | only in src

Lines Matching refs:agp

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) {
461 "[drm] Failed to map public agp area\n");
462 pXGIDRI->agp.size = 0;
476 /* this AGP area is used for texture */
480 drm_xgi_agp_t agp;
482 agp.offset = 0; /* AGP_VTXBUF_SIZE; */
483 agp.size = pXGI->agpSize; /* AGP_SIZE - AGP_VTXBUF_SIZE; */
485 ioctl(pXGI->drmSubFD, DRM_IOCTL_XGI_AGP_INIT, &agp);
550 /* ErrorF("Freeing agp memory\n"); */
552 /* ErrorF("releasing agp module\n"); */
672 * Use this function to check AGP slot
699 * Use this function to check if the current card is AGP or PCI.
734 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[%s] This Card Type is AGP\n", __FUNCTION__);