[Intel-gfx] [PATCH] Make driver compile for 1.6 Xserver series again. Part deux.

Matthias Hopf mhopf at suse.de
Fri Oct 8 17:53:35 CEST 2010


From: Stefan Dirsch <sndirsch at suse.de>

Signed-off-by: Matthias Hopf <mhopf at suse.de>
---
 src/common.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/common.h b/src/common.h
index 6f23cdd..800e17f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -172,6 +172,11 @@ static inline void memcpy_volatile(volatile void *dst, const void *src,
 
 #define PIPE_NAME(n)			('A' + (n))
 
+/* remain compatible to xorg-server 1.6 */
+#ifndef MONITOR_EDID_COMPLETE_RAWDATA
+#define MONITOR_EDID_COMPLETE_RAWDATA EDID_COMPLETE_RAWDATA
+#endif
+
 struct pci_device *
 intel_host_bridge (void);
 
-- 
1.6.0.2




More information about the Intel-gfx mailing list