diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-07-24 00:30:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:35 -0400 |
commit | 0e73a47f094a919e2edeaa88e840cd0400adc423 (patch) | |
tree | 4eeb0ac9c9d0e41ea42aa5dfb8fb3873a99ef271 /include/video | |
parent | 3876ae8beb2c7c19e21279b9603b1244fcd744dd (diff) |
tridentfb: improved register values on TGUI 9680
Improved values for some registers after Xorg Trident driver. The main
problem was that values set by BIOS have been ignored.
This patch completely remove random pixels ("snow") on the TGUI 9680 and
9440 (not supported yet by the driver). It does not help with the "snow"
on 3DImage and Blade3D cards.
There is also small improvement in timing calculations (hblank start and
vblank start)
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/trident.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/trident.h b/include/video/trident.h index 51ec5a95d1ad..fa690b9fcc13 100644 --- a/include/video/trident.h +++ b/include/video/trident.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #define CYBER9520 0x9520 | 25 | #define CYBER9520 0x9520 |
26 | #define CYBER9525DVD 0x9525 | 26 | #define CYBER9525DVD 0x9525 |
27 | #define TGUI9660 0x9660 | 27 | #define TGUI9660 0x9660 |
28 | #define PROVIDIA9685 0x9685 | ||
28 | #define IMAGE975 0x9750 | 29 | #define IMAGE975 0x9750 |
29 | #define IMAGE985 0x9850 | 30 | #define IMAGE985 0x9850 |
30 | #define BLADE3D 0x9880 | 31 | #define BLADE3D 0x9880 |