From 4508bcc72c96d468ea121f75e33500a9359a786e Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Fri, 29 Jul 2005 16:53:02 +0000 Subject: Leave the AGP_BASE code in. It is pointless to bump the interface for X on a miniglx fix. It can be removed later. --- src/mesa/drivers/dri/radeon/server/radeon_dri.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/radeon/server/radeon_dri.c b/src/mesa/drivers/dri/radeon/server/radeon_dri.c index d5faff847e..78ae30beb2 100644 --- a/src/mesa/drivers/dri/radeon/server/radeon_dri.c +++ b/src/mesa/drivers/dri/radeon/server/radeon_dri.c @@ -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; } -- cgit v1.2.3