From d2bc2212f8be746e697a65555d6d83bc66d9ce43 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 8 Oct 2010 17:48:38 +0200 Subject: [PATCH] Make driver compile for 1.6 Xserver series again. Part deux. Signed-off-by: Matthias Hopf Acked-by: Chris Wilson --- src/common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common.h b/src/common.h index 6f23cdd8..800e17ff 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);