Home | History | Annotate | Download | only in src

Lines Matching refs:agp

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;
290 "[drm] Forcing AGP size to %d kB\n", pVia->agpMem);
309 * Place the ring-buffer last in the AGP region, and restrict the
314 agp.offset = 0;
315 agp.size = pVia->agpSize;
316 if (drmCommandWrite(pVia->drmmode.fd, DRM_VIA_AGP_INIT, &agp,
326 /* Allocate all of AGP memory */
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");
824 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[dri] Using AGP.\n");