rpms/xorg-x11-drv-ati/devel radeon-6.12.1-r600-fb-size.patch, 1.2, 1.3

Adam Jackson ajax at fedoraproject.org
Thu Apr 9 16:00:30 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23925

Modified Files:
	radeon-6.12.1-r600-fb-size.patch 
Log Message:
oops, thinko

radeon-6.12.1-r600-fb-size.patch:

Index: radeon-6.12.1-r600-fb-size.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/radeon-6.12.1-r600-fb-size.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- radeon-6.12.1-r600-fb-size.patch	9 Apr 2009 15:58:00 -0000	1.2
+++ radeon-6.12.1-r600-fb-size.patch	9 Apr 2009 16:00:30 -0000	1.3
@@ -5,7 +5,7 @@
  	    } else if (IS_R300_VARIANT) {
  		crtc_max_X = 2560;
  		crtc_max_Y = 1200;
-+	    } else if (pScrn->ChipFamily >= CHIP_FAMILY_R600) {
++	    } else if (info->ChipFamily >= CHIP_FAMILY_R600) {
 +		/* no kms, but also no 3d, so be a little aggressive */
 +		if (pScrn->videoRam >= 128 * 1024) {
 +		    crtc_max_X = 4096;




More information about the fedora-extras-commits mailing list