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

* Re: [PATCH] Make driver compile for 1.6 Xserver series again. Part deux.
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Wilson @ 2010-10-12  9:15 UTC (permalink / raw)
  To: Matthias Hopf, intel-gfx

On Fri,  8 Oct 2010 17:53:35 +0200, Matthias Hopf <mhopf@suse.de> wrote:
> From: Stefan Dirsch <sndirsch@suse.de>

AIUI, my remit is to make sure the driver remains compatible with the
previous two versions of the xserver (so 1.7 is currently the oldest
version I compile against).

I think nobody has any objections if other people want to make sure it
continues to work with older variants. :)
 
> Signed-off-by: Matthias Hopf <mhopf@suse.de>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>

Thanks,
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

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

* Re: [PATCH] Make driver compile for 1.6 Xserver series again. Part deux.
  2010-10-12  9:15 ` Chris Wilson
@ 2010-10-12 10:31   ` Matthias Hopf
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Hopf @ 2010-10-12 10:31 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

On Oct 12, 10 10:15:44 +0100, Chris Wilson wrote:
> I think nobody has any objections if other people want to make sure it
> continues to work with older variants. :)

And as long it remains that easy to make it compilable for the server
versions we have to use in our (older) enterprise products, this is
perfectly fine for us as well ;-)

Thanks

Matthias

-- 
Matthias Hopf <mhopf@suse.de>      __        __   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__          mat@mshopf.de
Phone +49-911-74053-715           __)  |_|  __)  |__  R & D   www.mshopf.de

^ permalink raw reply	[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.