summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-19 21:09:43 -0500
committerMark H Weaver <mhw@netris.org>2014-12-19 23:28:17 -0500
commita5bea0a7308023bffa6610ea04aeba2f6ec3cbc7 (patch)
tree2399ff4c38f25fc560af2928fd9e3f55bcb71dca /gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
parent1a7830457215076923e48288ef23745a7132fb15 (diff)
gnu: xf86-video-siliconmotion: Update to 1.7.7.
* gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.7. Add patch.
Diffstat (limited to 'gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch')
-rw-r--r--gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch b/gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
new file mode 100644
index 0000000000..5fd9100609
--- /dev/null
+++ b/gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
@@ -0,0 +1,16 @@
+Removes references to mibstore.h and miInitializeBackingStore, which
+have been removed from xorg-server. Zack Rusin <zackr@vmware.com>
+wrote: "It was a noop for at least 5 years and it has been removed."
+See: http://patches.openembedded.org/patch/46133/
+
+--- xf86-video-siliconmotion-1.7.7/src/smi_driver.c.~1~ 2012-07-17 00:53:21.000000000 -0400
++++ xf86-video-siliconmotion-1.7.7/src/smi_driver.c 2014-12-19 01:30:16.708884086 -0500
+@@ -1750,8 +1750,6 @@
+ "Done writing mode. Register dump:\n");
+ SMI_PrintRegs(pScrn);
+
+- miInitializeBackingStore(pScreen);
+-
+ #ifdef HAVE_XMODES
+ xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
+ #endif