summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common.h1
-rw-r--r--src/i830.h7
2 files changed, 4 insertions, 4 deletions
diff --git a/src/common.h b/src/common.h
index f299e5dc..9ca7135f 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 c5fe7f82..0ff2bc3b 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -95,10 +95,9 @@ typedef struct _I830OutputRec I830OutputRec, *I830OutputPtr;
#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@conectiva.com.br>.
- */
+#define USE_XAA 0
+#define USE_EXA 1
+#define USE_GLUCOSE 2
#ifdef XF86DRI
#define I830_MM_MINPAGES 512