summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAntonino Daplas <adaplas@hotpop.com>2004-10-25 04:17:47 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-25 04:17:47 -0700
commit619b5424fa6e75370c12d8973efdfcf0eda3f45e (patch)
tree873d16307e1803731a5b9e3b5cd09e5d26edefd0 /include/linux
parentc7386e1758a53177a62a5cebd1ba2220ecd07834 (diff)
[PATCH] fbdev: Intel 830M/845G/852GM/855GM/865G framebuffer driver port
Linux framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G integrated graphics chips. Port from kernel 2.4 + some modifications and cleanup : - Fix HW accel on 845G - Use of agpgart for fb memory reservation - Add mtrr support Signed-off-by: Sylvain Meyer <sylvain.meyer@worldonline.fr> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 17026bdd6423..55b2d8c2aed0 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -102,6 +102,7 @@
#define FB_ACCEL_I810 39 /* Intel 810/815 */
#define FB_ACCEL_SIS_GLAMOUR_2 40 /* SiS 315, 650, 740 */
#define FB_ACCEL_SIS_XABRE 41 /* SiS 330 ("Xabre") */
+#define FB_ACCEL_I830 42 /* Intel 830M/845G/85x/865G */
#define FB_ACCEL_NEOMAGIC_NM2070 90 /* NeoMagic NM2070 */
#define FB_ACCEL_NEOMAGIC_NM2090 91 /* NeoMagic NM2090 */