diff options
author | Knut Petersen <Knut_Petersen@t-online.de> | 2006-01-09 09:04:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 13:00:36 -0500 |
commit | 44637a12f80b80157d9c1bc5b7d6ef09c9e05713 (patch) | |
tree | 17384805725f7b429685ba4cad0d9488d93f9f25 /include/video/cyblafb.h | |
parent | 8b78e83bfbc12f7e9bdefd400abdfde9e6c9ac51 (diff) |
[PATCH] Update cyblafb driver
This is a major update to the cyblafb framebuffer driver. Most
of the stuff has been tested in the mm tree.
Main advantages:
============
- vxres > xres support
- ywrap and xpan support
- much faster for almost all modes (e.g. 1280x1024-16bpp
draws more than 41 full screens of text instead of about 25
full screens of text per second on authors Epia 5000)
- module init/exit code fixed
- bugs triggered by console rotation fixed
- lots of minor improvements
- startup modes suitable for high performance scrolling
in all directions
This diff also contains a lot of white space fixes.
No side effects are possible, only one single graphics core is affected.
Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/video/cyblafb.h')
-rw-r--r-- | include/video/cyblafb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/cyblafb.h b/include/video/cyblafb.h index a9948232b131..717440575380 100644 --- a/include/video/cyblafb.h +++ b/include/video/cyblafb.h | |||
@@ -153,6 +153,10 @@ | |||
153 | #define GE04 (GEBase+0x04) // source 2, p 111 | 153 | #define GE04 (GEBase+0x04) // source 2, p 111 |
154 | #define GE08 (GEBase+0x08) // destination 1, p 111 | 154 | #define GE08 (GEBase+0x08) // destination 1, p 111 |
155 | #define GE0C (GEBase+0x0C) // destination 2, p 112 | 155 | #define GE0C (GEBase+0x0C) // destination 2, p 112 |
156 | #define GE10 (GEBase+0x10) // right view base & enable, p 112 | ||
157 | #define GE13 (GEBase+0x13) // left view base & enable, p 112 | ||
158 | #define GE18 (GEBase+0x18) // block write start address, p 112 | ||
159 | #define GE1C (GEBase+0x1C) // block write end address, p 112 | ||
156 | #define GE20 (GEBase+0x20) // engine status, p 113 | 160 | #define GE20 (GEBase+0x20) // engine status, p 113 |
157 | #define GE24 (GEBase+0x24) // reset all GE pointers | 161 | #define GE24 (GEBase+0x24) // reset all GE pointers |
158 | #define GE44 (GEBase+0x44) // command register, p 126 | 162 | #define GE44 (GEBase+0x44) // command register, p 126 |