rpms/kernel/F-11 drm-nouveau.patch,1.34,1.35

Dave Airlie airlied at fedoraproject.org
Mon Apr 6 05:53:16 UTC 2009


Author: airlied

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

Modified Files:
	drm-nouveau.patch 
Log Message:
nouveau: fix build


drm-nouveau.patch:

Index: drm-nouveau.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/drm-nouveau.patch,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- drm-nouveau.patch	6 Apr 2009 05:30:07 -0000	1.34
+++ drm-nouveau.patch	6 Apr 2009 05:53:15 -0000	1.35
@@ -17337,7 +17337,7 @@
 +		const uint32_t *bios = of_get_property(dn, "NVDA,BMP", &size);
 +		if (bios) {
 +			for(i=0;i<size;i+=4)
-+				nv_out32(dev_priv->ramin, i, bios[i/4]);
++				nv_out32(ramin, i, bios[i/4]);
 +			NV_INFO(dev, "OF bios successfully copied (%d bytes)\n",size);
 +		} else
 +			NV_INFO(dev, "Unable to get the OF bios\n");




More information about the fedora-extras-commits mailing list