1 --- xorg-server-1.15.0.orig/hw/xfree86/common/xf86VGAarbiter.h 2013-12-15 08:48:09.000000000 +0100
2 +++ xorg-server-1.15.0/hw/xfree86/common/xf86VGAarbiter.h 2014-03-21 17:00:39.953676328 +0100
7 +#ifdef XSERVER_LIBPCIACCESS
9 extern void xf86VGAarbiterInit(void);
10 extern void xf86VGAarbiterFini(void);
11 @@ -41,6 +42,7 @@ extern void xf86VGAarbiterUnlock(ScrnInf
12 /* allow a driver to remove itself from arbiter - really should be
13 * done in the kernel though */
14 extern _X_EXPORT void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn, int rsrc);
17 /* DRI and arbiter are really not possible together,
18 * you really want to remove the card from arbitration if you can */