package/x11r7/xdriver_xf86-video-savage: add patch to fix X.org server 1.20.0 build

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2018-07-21 16:16:46 +02:00 committed by Thomas Petazzoni
parent 63cb49fd90
commit 96604ada8f

View file

@ -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;