Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driver

Code is already in DRM driver to do this.
This commit is contained in:
Jon Smirl 2005-07-29 13:58:22 +00:00
parent 4ce390b933
commit a7d4bfed8a

View file

@ -415,10 +415,6 @@ static int RADEONDRIAgpInit( const DRIDriverContext *ctx, RADEONInfoPtr info)
"[gart] AGP texture map handle = 0x%08lx\n",
info->gartTexHandle);
/* Initialize Radeon's AGP registers */
/* Ring buffer is at AGP offset 0 */
OUTREG(RADEON_AGP_BASE, info->ringHandle);
return 1;
}