summaryrefslogtreecommitdiff
path: root/src/r128.h
diff options
context:
space:
mode:
authorAlex Deucher <agd5f@yahoo.com>2004-12-17 19:19:32 +0000
committerAlex Deucher <agd5f@yahoo.com>2004-12-17 19:19:32 +0000
commitac6166158a58b377e7383950c169956f78b62093 (patch)
tree857cc14ea4a0e650454a4483739a8ce9b89e462a /src/r128.h
parentac860ed6bbed84f6fc39a9acf53ee87646cfc8dc (diff)
- Add VGAAccess option to r128 driver. Based on Benh's radeon patch. r128
should now work on ppcs without usefbdev. To use this on ppc make sure you set "usefbdev" to false. (bug 2089) - Apply Benjamin Herrenschmidt's radeon patches (bug 2064)
Diffstat (limited to 'src/r128.h')
-rw-r--r--src/r128.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/r128.h b/src/r128.h
index b5c203a..38d15c8 100644
--- a/src/r128.h
+++ b/src/r128.h
@@ -401,6 +401,8 @@ typedef struct {
I2CBusPtr pI2CBus;
CARD32 DDCReg;
+ Bool VGAAccess;
+
} R128InfoRec, *R128InfoPtr;
#define R128WaitForFifo(pScrn, entries) \