All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make driver compile for 1.6 Xserver series again. Part deux.
@ 2010-10-08 15:53 Matthias Hopf
  2010-10-12  9:15 ` Chris Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Hopf @ 2010-10-08 15:53 UTC (permalink / raw)
  To: intel-gfx

From: Stefan Dirsch <sndirsch@suse.de>

Signed-off-by: Matthias Hopf <mhopf@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-12 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 15:53 [PATCH] Make driver compile for 1.6 Xserver series again. Part deux Matthias Hopf
2010-10-12  9:15 ` Chris Wilson
2010-10-12 10:31   ` Matthias Hopf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.