xf86-video-intel: Branch 'glucose' - src/common.h src/i830.h

Alan Hourihane alanh at kemper.freedesktop.org
Tue Apr 17 18:22:17 EEST 2007


 src/common.h |    1 +
 src/i830.h   |    7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
diff-tree 0c28b4d459e293a14f9b19dc1108afbe920b00b6 (from ae9daa12a06bd9293f3cb2fb532ce1f63ba9332d)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Tue Apr 17 16:22:12 2007 +0100

    Fix build for glucose version of the driver.

diff --git a/src/common.h b/src/common.h
index f299e5d..9ca7135 100644
--- a/src/common.h
+++ b/src/common.h
@@ -92,6 +92,7 @@ extern const char *I810driSymbols[];
 extern const char *I810drmSymbols[];
 #endif
 extern const char *I810i2cSymbols[];
+extern const char *I810glucoseSymbols[];
 
 extern void I830DPRINTF_stub(const char *filename, int line,
 			     const char *function, const char *fmt, ...);
diff --git a/src/i830.h b/src/i830.h
index c5fe7f8..0ff2bc3 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -95,10 +95,9 @@ typedef struct _I830OutputRec I830Output
 #include "extnsionst.h" 			/* required */
 #include <X11/extensions/panoramiXproto.h> 	/* required */
 
-/*
- * The mode handling is based upon the VESA driver written by
- * Paulo César Pereira de Andrade <pcpa at conectiva.com.br>.
- */
+#define USE_XAA 0
+#define USE_EXA 1
+#define USE_GLUCOSE 2
 
 #ifdef XF86DRI
 #define I830_MM_MINPAGES 512



More information about the xorg-commit mailing list