[xorg-x11-drv-ati/f18] make sure driver loads on outputless GPUs

Dave Airlie airlied at fedoraproject.org
Mon Sep 10 01:44:25 UTC 2012


commit 131d9a8cfff28cadb93849b02dec3472e1f78c72
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Sep 10 11:43:40 2012 +1000

    make sure driver loads on outputless GPUs

 .gitignore            |    1 +
 ati-prime.patch       |  873 -------------------------------------------------
 sources               |    2 +-
 xorg-x11-drv-ati.spec |   11 +-
 4 files changed, 8 insertions(+), 879 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56a1468..765a925 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ xf86-video-ati-20100705.tar.xz
 /xf86-video-ati-20120602.tar.xz
 /xf86-video-ati-20120629.tar.xz
 /xf86-video-ati-20120816.tar.xz
+/xf86-video-ati-20120910.tar.xz
diff --git a/sources b/sources
index 2051b66..f3dbf2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9027daacc4437be73e77b16f06a78fb  xf86-video-ati-20120816.tar.xz
+885aa07717ecfa95e7465519515842f2  xf86-video-ati-20120910.tar.xz
diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec
index 430f42b..d196973 100644
--- a/xorg-x11-drv-ati.spec
+++ b/xorg-x11-drv-ati.spec
@@ -1,8 +1,8 @@
 %define tarball xf86-video-ati
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
-%define gitdate 20120816
-%define gitversion cdf522f59
+%define gitdate 20120910
+%define gitversion 7c7f27756
 
 %if 0%{?gitdate}
 %define gver .%{gitdate}git%{gitversion}
@@ -11,7 +11,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   7.0.0
-Release:   0.5%{?gver}%{?dist}
+Release:   0.6%{?gver}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -19,7 +19,6 @@ Group:     User Interface/X Hardware Support
 #Source0:    http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Source0: %{tarball}-%{gitdate}.tar.xz
 
-Patch0: ati-prime.patch
 Patch10:    radeon-6.12.2-lvds-default-modes.patch
 Patch13:    fix-default-modes.patch
 
@@ -43,7 +42,6 @@ X.Org X11 ati video driver.
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
-%patch0 -p1 -b .prime
 %patch10 -p1 -b .lvds
 %patch13 -p1 -b .def
 
@@ -73,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Mon Sep 10 2012 Dave Airlie <airlied at redhat.com> 7.0.0-0.6.20120910git7c7f27756
+- make sure driver loads on outputless GPUs
+
 * Fri Aug 17 2012 Dave Airlie <airlied at redhat.com> 7.0.0-0.5.20120816gitcdf522f59
 - add prime support for non-r600 cards.
 


More information about the scm-commits mailing list