rpms/libdrm/F-11 libdrm-radeon.patch,1.8,1.9 libdrm.spec,1.74,1.75

Dave Airlie airlied at fedoraproject.org
Thu Apr 16 08:39:28 UTC 2009


Author: airlied

Update of /cvs/pkgs/rpms/libdrm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5791

Modified Files:
	libdrm-radeon.patch libdrm.spec 
Log Message:
* Thu Apr 16 2009 Dave Airlie <airlied at redhat.com> 2.4.6-5
- libdrm-radeon: fix wait idle


libdrm-radeon.patch:

Index: libdrm-radeon.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libdrm/F-11/libdrm-radeon.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libdrm-radeon.patch	6 Apr 2009 05:41:36 -0000	1.8
+++ libdrm-radeon.patch	16 Apr 2009 08:39:28 -0000	1.9
@@ -484,7 +484,7 @@
 +    do {
 +        ret = drmCommandWriteRead(bo->bom->fd, DRM_RADEON_GEM_WAIT_IDLE,
 +                                  &args, sizeof(args));
-+    } while (ret == -EAGAIN);
++    } while (ret == -EBUSY);
 +    return ret;
 +}
 +


Index: libdrm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdrm/F-11/libdrm.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- libdrm.spec	10 Apr 2009 22:25:21 -0000	1.74
+++ libdrm.spec	16 Apr 2009 08:39:28 -0000	1.75
@@ -3,7 +3,7 @@
 Summary: Direct Rendering Manager runtime library
 Name: libdrm
 Version: 2.4.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://dri.sourceforge.net
@@ -109,6 +109,9 @@
 %{_libdir}/pkgconfig/libdrm_nouveau.pc
 
 %changelog
+* Thu Apr 16 2009 Dave Airlie <airlied at redhat.com> 2.4.6-5
+- libdrm-radeon: fix wait idle
+
 * Sat Apr 11 2009 Dave Airlie <airlied at redhat.com> 2.4.6-4
 - libdrm-2.4.7-revert-bong.patch - revert connector "speedups"
 




More information about the fedora-extras-commits mailing list