xorg-x11-drv-vmware/vmware-12.0.1-vgahw.patch
Adam Jackson dfc89cb1c5 vmware-12.0.1-vgahw.patch: Fix a different crash at start (#782995)
- vmware-12.0.1-git.patch: Backport a garbage-free fix from git.
2012-03-19 13:33:14 -04:00

14 lines
494 B
Diff

From: Andrew Wilcox <AWilcox@Wilcox-Tech.com>
Bugzilla: https://bugzilla.redhat.com/782995
--- xf86-video-vmware-12.0.1/src/vmware.old 2012-03-08 11:13:16.000000000 -0500
+++ xf86-video-vmware-12.0.1/src/vmware.c 2012-03-16 18:20:25.406907242 -0400
@@ -354,6 +354,7 @@
* Save the current video state. Do it here before VMXGetVMwareSvgaId
* writes to any registers.
*/
+ vgaHWSetStdFuncs(VGAHWPTR(pScrn));
VMWARESave(pScrn);
id = VMXGetVMwareSvgaId(pVMWARE);