Leave the AGP_BASE code in. It is pointless to bump the interface

for X on a miniglx fix. It can be removed later.
This commit is contained in:
Jon Smirl 2005-07-29 16:53:02 +00:00
parent a7d4bfed8a
commit 4508bcc72c

View File

@ -415,6 +415,10 @@ 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;
}