diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-07-23 21:30:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:35 -0700 |
commit | a0d922562d56073f147a4de2983bee499dd2a10e (patch) | |
tree | 86fce6fb130a67888c89644416fa4e78c0f1fb7e /include/video/trident.h | |
parent | 0e73a47f094a919e2edeaa88e840cd0400adc423 (diff) | |
download | op-kernel-dev-a0d922562d56073f147a4de2983bee499dd2a10e.zip op-kernel-dev-a0d922562d56073f147a4de2983bee499dd2a10e.tar.gz |
tridentfb: add TGUI 9440 support
Add support for TGUI 9440 chip.
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/trident.h')
-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 fa690b9..76d81b2 100644 --- a/include/video/trident.h +++ b/include/video/trident.h @@ -24,6 +24,7 @@ #define CYBER9397DVD 0x939A #define CYBER9520 0x9520 #define CYBER9525DVD 0x9525 +#define TGUI9440 0x9440 #define TGUI9660 0x9660 #define PROVIDIA9685 0x9685 #define IMAGE975 0x9750 |