rpms/xorg-x11-drv-nv/F-12 nv-2.1.15-g80-update.patch, NONE, 1.1 xorg-x11-drv-nv.spec, 1.94, 1.95

Adam Jackson ajax at fedoraproject.org
Thu Nov 12 15:15:54 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-nv/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7793

Modified Files:
	xorg-x11-drv-nv.spec 
Added Files:
	nv-2.1.15-g80-update.patch 
Log Message:
* Thu Nov 12 2009 Adam Jackson <ajax at redhat.com> 2.1.15-3
- nv-2.1.15-g80-update.patch: Add new G80 ASIC support.


nv-2.1.15-g80-update.patch:
 nv_driver.c |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE nv-2.1.15-g80-update.patch ---
diff -up xf86-video-nv-2.1.15/src/nv_driver.c.jx xf86-video-nv-2.1.15/src/nv_driver.c
--- xf86-video-nv-2.1.15/src/nv_driver.c.jx	2009-11-12 10:11:11.000000000 -0500
+++ xf86-video-nv-2.1.15/src/nv_driver.c	2009-11-12 10:11:56.000000000 -0500
@@ -733,8 +733,11 @@ NVIsG80(int chipType)
         case 0x06e0:
         case 0x06f0:
         case 0x0a60:
+	case 0x0a20:
+	case 0x0a30:
         case 0x0a70:
         case 0x0ca0:
+	case 0x0cb0:
             return TRUE;
     }
 


Index: xorg-x11-drv-nv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nv/F-12/xorg-x11-drv-nv.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -r1.94 -r1.95
--- xorg-x11-drv-nv.spec	28 Oct 2009 18:31:27 -0000	1.94
+++ xorg-x11-drv-nv.spec	12 Nov 2009 15:15:54 -0000	1.95
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 nv video driver
 Name:      xorg-x11-drv-nv
 Version:   2.1.15
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -30,6 +30,7 @@ Patch9:	    nv-2.1.8-g80-no-doublescan.p
 Patch10:    nv-2.1.12-gf7025-gf7050.patch
 Patch11:    nv-refuse-kms.patch
 Patch12:    nv-2.1.15-g80-nop-gamma.patch
+Patch13:    nv-2.1.15-g80-update.patch
 
 %description 
 X.Org X11 nv video driver.
@@ -45,6 +46,7 @@ X.Org X11 nv video driver.
 %patch10 -p1 -b .nv6x
 %patch11 -p1 -b .nokms
 %patch12 -p1 -b .gamma
+%patch13 -p1 -b .g80-update
 
 %build
 autoreconf -v --install
@@ -72,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nv.4*
 
 %changelog
+* Thu Nov 12 2009 Adam Jackson <ajax at redhat.com> 2.1.15-3
+- nv-2.1.15-g80-update.patch: Add new G80 ASIC support.
+
 * Wed Oct 28 2009 Adam Jackson <ajax at redhat.com> 2.1.15-2
 - nv-2.1.15-g80-nop-gamma.patch: Install a no-op gamma hook so we don't
   crash immediately on init.




More information about the fedora-extras-commits mailing list