rpms/xorg-x11-drv-ati/F-10 radeon-modeset.patch, 1.39, 1.40 xorg-x11-drv-ati.spec, 1.151, 1.152

Dave Airlie airlied at fedoraproject.org
Tue Nov 18 21:55:57 UTC 2008


Author: airlied

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

Modified Files:
	radeon-modeset.patch xorg-x11-drv-ati.spec 
Log Message:
- radeon - fix typo


radeon-modeset.patch:

Index: radeon-modeset.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/F-10/radeon-modeset.patch,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- radeon-modeset.patch	18 Nov 2008 06:15:25 -0000	1.39
+++ radeon-modeset.patch	18 Nov 2008 21:55:25 -0000	1.40
@@ -1,3 +1,9 @@
+commit ea7a1e29ae615bb1bc637c3ff8a20a7bec6debfc
+Author: Dave Airlie <airlied at redhat.com>
+Date:   Wed Nov 19 07:51:03 2008 +1000
+
+    radeon: oops bad typo
+
 commit 051302885dddaac1b3ae5b30dd6e46dbd15d7ab8
 Author: Dave Airlie <airlied at redhat.com>
 Date:   Tue Nov 18 16:09:10 2008 +1000
@@ -3850,7 +3856,7 @@
 +}
 diff --git a/src/radeon_dri_bufmgr.c b/src/radeon_dri_bufmgr.c
 new file mode 100644
-index 0000000..3e118d8
+index 0000000..f6154dc
 --- /dev/null
 +++ b/src/radeon_dri_bufmgr.c
 @@ -0,0 +1,177 @@
@@ -4011,7 +4017,7 @@
 +int
 +dri_bufmgr_check_aperture_space(struct radeon_space_check *bos, int num_bo)
 +{
-+  if (num_bo)
++  if (num_bo == 0)
 +    return BUFMGR_SPACE_OK;
 +
 +  return bos[0].buf->bufmgr->check_aperture_space(bos, num_bo);


Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/F-10/xorg-x11-drv-ati.spec,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- xorg-x11-drv-ati.spec	18 Nov 2008 06:15:26 -0000	1.151
+++ xorg-x11-drv-ati.spec	18 Nov 2008 21:55:26 -0000	1.152
@@ -82,6 +82,9 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Tue Nov 18 2008 Dave Airlie <airlied at redhat.com> 6.9.0-52
+- radeon - fix typo
+
 * Tue Nov 18 2008 Dave Airlie <airlied at redhat.com> 6.9.0-51
 - radeon - even better space checks + prefer glitches + debug over exiting
 




More information about the scm-commits mailing list