25607152 patch to fix 25172489 should be restrictive to just try modesetting for intel s12_119
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Thu, 23 Feb 2017 14:44:38 -0800
changeset 1696 486a9521e7bf
parent 1695 c8b34ef382cc
child 1697 8024f5c32f6e
25607152 patch to fix 25172489 should be restrictive to just try modesetting for intel
open-src/xserver/xorg/25172489.patch
--- a/open-src/xserver/xorg/25172489.patch	Thu Feb 23 14:16:50 2017 -0800
+++ b/open-src/xserver/xorg/25172489.patch	Thu Feb 23 14:44:38 2017 -0800
@@ -2,18 +2,6 @@
 This is hopefully a stop-gap arrangement for intel/gnome3 issues we are seeing
 in 24957951
 
-
---- a/hw/xfree86/common/xf86AutoConfig.c	2016-11-23 13:43:11.296630988 -0800
-+++ b/hw/xfree86/common/xf86AutoConfig.c	2016-11-29 12:30:27.169057559 -0800
-@@ -249,7 +249,7 @@
-         i += xf86PciMatchDriver(&matches[i], nmatches - i);
- #endif
- 
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__sun)
-     matches[i++] = xnfstrdup("modesetting");
- #endif
- 
 --- a/hw/xfree86/common/xf86pciBus.c	2016-11-23 13:43:11.296988337 -0800
 +++ b/hw/xfree86/common/xf86pciBus.c	2016-11-29 16:01:15.432926626 -0800
 @@ -1222,7 +1222,7 @@