diff options
author | Ville Syrjala <syrjala@sci.fi> | 2007-05-08 00:39:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:32 -0700 |
commit | 159dde93692ef549a0b2012c9f25feb4df638c9c (patch) | |
tree | 177bcb3ca3210664d3f594acaa560b8d9b8aa5bc /include/video/mach64.h | |
parent | b4e124c138558a0cff51398ddff9a8e44ed0b529 (diff) | |
download | linux-3.10-159dde93692ef549a0b2012c9f25feb4df638c9c.tar.gz linux-3.10-159dde93692ef549a0b2012c9f25feb4df638c9c.tar.bz2 linux-3.10-159dde93692ef549a0b2012c9f25feb4df638c9c.zip |
atyfb: halve XCLK with Mobility and 32bit memory
Laptops with Rage Mobility and 32bit memory interface seem to require halved
XCLK to operate correctly.
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video/mach64.h')
-rw-r--r-- | include/video/mach64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/mach64.h b/include/video/mach64.h index 09a7f4a7289..a8332e528ec 100644 --- a/include/video/mach64.h +++ b/include/video/mach64.h @@ -885,6 +885,7 @@ #define SDRAM 4 #define SGRAM 5 #define WRAM 6 +#define SDRAM32 6 #define DAC_INTERNAL 0x00 #define DAC_IBMRGB514 0x01 |