rpms/xorg-x11-drv-ati/devel radeon-6.13-dri2-init.patch, NONE, 1.1 xorg-x11-drv-ati.spec, 1.183, 1.184

Adam Jackson ajax at fedoraproject.org
Fri Aug 21 18:34:03 UTC 2009


Author: ajax

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

Modified Files:
	xorg-x11-drv-ati.spec 
Added Files:
	radeon-6.13-dri2-init.patch 
Log Message:
* Fri Aug 21 2009 Adam Jackson <ajax at redhat.com> 6.13.0-0.2.20090821gitb1b77a4d6
- radeon-6.13-dri2-init.patch: Fix DRI2 init.


radeon-6.13-dri2-init.patch:
 radeon_dri2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE radeon-6.13-dri2-init.patch ---
diff -up xf86-video-ati-20090821/src/radeon_dri2.c.jx xf86-video-ati-20090821/src/radeon_dri2.c
--- xf86-video-ati-20090821/src/radeon_dri2.c.jx	2009-08-19 13:30:37.000000000 -0400
+++ xf86-video-ati-20090821/src/radeon_dri2.c	2009-08-21 13:54:15.467283639 -0400
@@ -292,7 +292,7 @@ radeon_dri2_screen_init(ScreenPtr pScree
 {
     ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
     RADEONInfoPtr info = RADEONPTR(pScrn);
-    DRI2InfoRec dri2_info;
+    DRI2InfoRec dri2_info = { 0 };
     int fd;
     char *bus_id;
     char *tmp_bus_id;


Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/xorg-x11-drv-ati.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -p -r1.183 -r1.184
--- xorg-x11-drv-ati.spec	21 Aug 2009 03:35:58 -0000	1.183
+++ xorg-x11-drv-ati.spec	21 Aug 2009 18:34:03 -0000	1.184
@@ -7,7 +7,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.13.0
-Release:   0.1.%{gitdate}git%{gitversion}%{?dist}
+Release:   0.2.%{gitdate}git%{gitversion}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -21,6 +21,7 @@ Source1:    mkxinf
 Patch6:     radeon-6.9.0-bgnr-enable.patch
 Patch10:    radeon-6.12.2-lvds-default-modes.patch
 Patch13:    fix-default-modes.patch
+Patch14:    radeon-6.13-dri2-init.patch
 
 ExcludeArch: s390 s390x
 
@@ -47,6 +48,7 @@ X.Org X11 ati video driver.
 %patch6 -p1 -b .bgnr
 %patch10 -p1 -b .lvds
 %patch13 -p1 -b .def
+%patch14 -p1 -b .dri2-init
 
 %build
 autoreconf -iv
@@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Fri Aug 21 2009 Adam Jackson <ajax at redhat.com> 6.13.0-0.2.20090821gitb1b77a4d6
+- radeon-6.13-dri2-init.patch: Fix DRI2 init.
+
 * Fri Aug 21 2009 Dave Airlie <airlied at redhat.com> 6.13.0-0.1.20090821gitb1b77a4d6
 - change versioning to git snapshot for now
 




More information about the fedora-extras-commits mailing list