diff options
author | Alex Deucher <agd5f@yahoo.com> | 2004-12-17 19:19:32 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2004-12-17 19:19:32 +0000 |
commit | ac6166158a58b377e7383950c169956f78b62093 (patch) | |
tree | 857cc14ea4a0e650454a4483739a8ce9b89e462a /src/r128.h | |
parent | ac860ed6bbed84f6fc39a9acf53ee87646cfc8dc (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -401,6 +401,8 @@ typedef struct { I2CBusPtr pI2CBus; CARD32 DDCReg; + Bool VGAAccess; + } R128InfoRec, *R128InfoPtr; #define R128WaitForFifo(pScrn, entries) \ |