rpms/xorg-x11-drv-ati/F-9 radeon-rs482-sucks.patch, NONE, 1.1 xorg-x11-drv-ati.spec, 1.95, 1.96

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Mon May 12 05:47:30 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31087

Modified Files:
	xorg-x11-drv-ati.spec 
Added Files:
	radeon-rs482-sucks.patch 
Log Message:
* Mon May 12 2008 Dave Airlie <airlied at redhat.com> 6.8.0-13
- add initial cloning support for RN50 (#439879)


radeon-rs482-sucks.patch:

--- NEW FILE radeon-rs482-sucks.patch ---
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 2701f57..2acc1e9 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1624,6 +1624,13 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
 	    xf86DrvMsg(pScrn->scrnIndex, X_INFO, "DELL server detected, force to special setup\n");
 	}
 	break;
+    case PCI_CHIP_RS482_5974:
+	/* RH BZ 444586 - non mobility version
+ 	 * Dell appear to have the Vostro 1100 with a mobility part with the same pci-id */
+	if ((PCI_SUB_VENDOR_ID(info->PciInfo) == 0x1462) &&
+            (PCI_SUB_DEVICE_ID(info->PciInfo) == 0x7141)) {
+		info->IsMobility = FALSE;
+	}
     default:
 	break;
     }


Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/F-9/xorg-x11-drv-ati.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- xorg-x11-drv-ati.spec	12 May 2008 00:36:56 -0000	1.95
+++ xorg-x11-drv-ati.spec	12 May 2008 05:46:51 -0000	1.96
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.8.0
-Release:   14%{?dist}
+Release:   15%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -21,6 +21,7 @@
 Patch2:     radeon-git-upstream-fixes2.patch
 Patch4:     radeon-6.7.196-faster-ddc.patch
 Patch5:     radeon-initial-cloning.patch
+Patch6:     radeon-rs482-sucks.patch
 
 # Rage 128 patches (100-199)
 Patch100: r128-bios-size.patch
@@ -51,6 +52,7 @@
 %patch2 -p1 -b .git2
 #patch4 -p1 -b .ddc
 %patch5 -p1 -b .clone
+%patch6 -p1 -b .you-suck
 
 %patch100 -p1 -b .r128-bios
 %patch200 -p1 -b .mach64-ia64
@@ -93,6 +95,9 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Mon May 12 2008 Dave Airlie <airlied at redhat.com> 6.8.0-15
+- The RS482 sucks - same pci id, mobile and non-mobile parts.
+
 * Mon May 12 2008 Dave Airlie <airlied at redhat.com> 6.8.0-14
 - add initial cloning support for RN50 (#439879)
 




More information about the fedora-extras-commits mailing list