summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_screen.h
diff options
context:
space:
mode:
authorThomas Hellström <thomas@tungstengraphics.com>2006-07-10 12:20:24 +0000
committerThomas Hellström <thomas@tungstengraphics.com>2006-07-10 12:20:24 +0000
commit85b4ae065435c8b4c4696b75e95f897130ee8bdf (patch)
treec677c5e8d73748d7d34cd68ca2b3204199bbb416 /src/mesa/drivers/dri/sis/sis_screen.h
parentb9920ba7b7fd8ed9a3c45e0cebafd28b419f73e3 (diff)
The SiS and Unichrome drivers assume that the handle to the
AGP map is equivalent to the AGP physical address. Fix this.
Diffstat (limited to 'src/mesa/drivers/dri/sis/sis_screen.h')
-rw-r--r--src/mesa/drivers/dri/sis/sis_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_screen.h b/src/mesa/drivers/dri/sis/sis_screen.h
index c3e9ef4876..d5b2101e98 100644
--- a/src/mesa/drivers/dri/sis/sis_screen.h
+++ b/src/mesa/drivers/dri/sis/sis_screen.h
@@ -41,6 +41,7 @@ typedef struct {
typedef struct {
sisRegionRec2 mmio;
sisRegionRec2 agp;
+ unsigned long agpBaseOffset;
unsigned int AGPCmdBufOffset;
unsigned int AGPCmdBufSize;