Lines Matching refs:agp
337 /* 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;
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;
478 agp.offset = AGP_CMDBUF_SIZE;
479 agp.size = pSIS->agpSize - AGP_CMDBUF_SIZE;
480 drmCommandWrite(pSIS->drmSubFD, DRM_SIS_AGP_INIT, &agp, sizeof(agp));