rpms/kernel/F-10 drm-intel-8xx-pae-no-gem.patch,1.2,1.3

Dave Airlie airlied at fedoraproject.org
Thu Nov 13 10:15:44 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11201

Modified Files:
	drm-intel-8xx-pae-no-gem.patch 
Log Message:
- drm-intel-8xx-pae-no-gem.patch - initial disable GEM on 8xx and PAE (#461205)


drm-intel-8xx-pae-no-gem.patch:

Index: drm-intel-8xx-pae-no-gem.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/drm-intel-8xx-pae-no-gem.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- drm-intel-8xx-pae-no-gem.patch	13 Nov 2008 09:19:57 -0000	1.2
+++ drm-intel-8xx-pae-no-gem.patch	13 Nov 2008 10:15:13 -0000	1.3
@@ -19,7 +19,7 @@
 +#ifdef CONFIG_HIGHMEM64G
 +	has_gem = 0;
 +#else
-+	if (IS_I830(dev) || IS_I845G(dev) || IS_I85X(dev) ||
++	if (IS_I830(dev) || IS_845G(dev) || IS_I85X(dev) ||
 +	    IS_I855(dev) || IS_I865G(dev))
 +		dev_priv->has_gem = 0;
 +	else




More information about the fedora-extras-commits mailing list