rpms/xorg-x11-drv-ati/F-10 radeon-modeset.patch, 1.40, 1.41 xorg-x11-drv-ati.spec, 1.153, 1.154

Dave Airlie airlied at fedoraproject.org
Wed Nov 19 01:13:31 UTC 2008


Author: airlied

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

Modified Files:
	radeon-modeset.patch xorg-x11-drv-ati.spec 
Log Message:
* Tue Nov 18 2008 Dave Airlie <airlied at redhat.com> 6.9.0-53
- radeon - more issues in space check


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.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- radeon-modeset.patch	18 Nov 2008 21:55:25 -0000	1.40
+++ radeon-modeset.patch	19 Nov 2008 01:12:59 -0000	1.41
@@ -1,3 +1,9 @@
+commit 88a99cdd0faa4d9748987a90b9b1cfd3939be564
+Author: Dave Airlie <airlied at redhat.com>
+Date:   Wed Nov 19 11:08:34 2008 +1000
+
+    radeon: even more typos
+
 commit ea7a1e29ae615bb1bc637c3ff8a20a7bec6debfc
 Author: Dave Airlie <airlied at redhat.com>
 Date:   Wed Nov 19 07:51:03 2008 +1000
@@ -2376,10 +2382,10 @@
 +#endif
 diff --git a/src/radeon_bufmgr_gem.c b/src/radeon_bufmgr_gem.c
 new file mode 100644
-index 0000000..a0789f2
+index 0000000..9ef0887
 --- /dev/null
 +++ b/src/radeon_bufmgr_gem.c
-@@ -0,0 +1,626 @@
+@@ -0,0 +1,627 @@
 +/**************************************************************************
 + *
 + * Copyright © 2007-2008 Red Hat Inc.
@@ -2834,13 +2840,14 @@
 +	if (num_bo == 0)
 +		return 0;
 +
-+	bufmgr_gem = (dri_bufmgr_gem *)bos[0].buf;
++	bufmgr_gem = (dri_bufmgr_gem *)bos[0].buf->bufmgr;
 +
 +	/* prepare */
 +	for (i = 0; i < num_bo; i++) {
 +		buf = bos[i].buf;
 +		gem_bo = (dri_bo_gem *)buf;
 +
++		bos[i].new_accounted = 0;
 +		read_domains = bos[i].read_domains;
 +		write_domain = bos[i].write_domain;
 +		


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.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- xorg-x11-drv-ati.spec	18 Nov 2008 21:58:46 -0000	1.153
+++ xorg-x11-drv-ati.spec	19 Nov 2008 01:12:59 -0000	1.154
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.9.0
-Release:   52%{?dist}
+Release:   53%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -82,6 +82,9 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Tue Nov 18 2008 Dave Airlie <airlied at redhat.com> 6.9.0-53
+- radeon - more issues in space check
+
 * Tue Nov 18 2008 Dave Airlie <airlied at redhat.com> 6.9.0-52
 - radeon - fix typo
 




More information about the scm-commits mailing list