mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-14 20:55:01 +08:00
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:
parent
a7d4bfed8a
commit
4508bcc72c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user