package/x11r7/xdriver_xf86-video-savage: add patch to fix X.org server 1.20.0 build
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 21 Jul 2018 14:16:46 +0000 (16:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Jul 2018 21:09:22 +0000 (23:09 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/x11r7/xdriver_xf86-video-savage/0002-xorg-xserver120.patch [new file with mode: 0644]

diff --git a/package/x11r7/xdriver_xf86-video-savage/0002-xorg-xserver120.patch b/package/x11r7/xdriver_xf86-video-savage/0002-xorg-xserver120.patch
new file mode 100644 (file)
index 0000000..4c69596
--- /dev/null
@@ -0,0 +1,23 @@
+Fix build with modular-xorg-server-1.20
+
+Downloaded from
+http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/x11/xf86-video-savage/patches/patch-src_savage__driver.c?rev=1.3&content-type=text/x-cvsweb-markup
+
+Patch was sent upstream by Thomas Klausner <wiz@netbsd.org>:
+https://lists.x.org/archives/xorg-devel/2018-May/056952.html
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+--- a/src/savage_driver.c.orig 2017-01-17 22:43:40.000000000 +0000
++++ b/src/savage_driver.c
+@@ -2034,8 +2034,10 @@ static Bool SavagePreInit(ScrnInfoPtr pS
+     xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Detected current MCLK value of %1.3f MHz\n",
+              mclk / 1000.0);
++#if 0
+     pScrn->maxHValue = 2048 << 3;     /* 11 bits of h_total 8-pixel units */
+     pScrn->maxVValue = 2048;          /* 11 bits of v_total */
++#endif
+     pScrn->virtualX = pScrn->display->virtualX;
+     pScrn->virtualY = pScrn->display->virtualY;