rpms/xorg-x11-drv-ati/devel radeon-mode-fix-rotate.patch, NONE, 1.1 xorg-x11-drv-ati.spec, 1.144, 1.145

Dave Airlie airlied at fedoraproject.org
Mon Dec 22 02:33:45 UTC 2008


Author: airlied

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

Modified Files:
	xorg-x11-drv-ati.spec 
Added Files:
	radeon-mode-fix-rotate.patch 
Log Message:
* Mon Dec 22 2008 Dave Airlie <airlied at redhat.com> 6.9.0-65
- fix rotate API


radeon-mode-fix-rotate.patch:

--- NEW FILE radeon-mode-fix-rotate.patch ---
diff -up xf86-video-ati-6.9.0/src/drmmode_display.c.fixrot xf86-video-ati-6.9.0/src/drmmode_display.c
--- xf86-video-ati-6.9.0/src/drmmode_display.c.fixrot	2008-12-22 12:30:31.000000000 +1000
+++ xf86-video-ati-6.9.0/src/drmmode_display.c	2008-12-22 12:30:40.000000000 +1000
@@ -232,7 +232,7 @@ drmmode_set_mode_major(xf86CrtcPtr crtc,
 		output_count++;
 	}
 
-	if (!xf86CrtcRotate(crtc, mode, rotation)) {
+	if (!xf86CrtcRotate(crtc)) {
 		goto done;
 	}
 


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.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- xorg-x11-drv-ati.spec	22 Dec 2008 02:21:50 -0000	1.144
+++ xorg-x11-drv-ati.spec	22 Dec 2008 02:33:14 -0000	1.145
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.9.0
-Release:   64%{?dist}
+Release:   65%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -19,6 +19,7 @@
 Patch4:     radeon-6.9.0-remove-limit-heuristics.patch
 Patch5:	    radeon-6.9.0-panel-size-sanity.patch
 Patch6:     radeon-6.9.0-bgnr-enable.patch
+Patch7:     radeon-mode-fix-rotate.patch
 
 ExcludeArch: s390 s390x
 
@@ -45,6 +46,8 @@
 %patch4 -p1 -b .remove-limit-heuristics
 %patch5 -p1 -b .panel-size
 %patch6 -p1 -b .bgnr
+%patch7 -p1 -b .fix-rotate
+
 
 %build
 autoreconf -iv
@@ -76,6 +79,9 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Mon Dec 22 2008 Dave Airlie <airlied at redhat.com> 6.9.0-65
+- fix rotate API
+
 * Mon Dec 22 2008 Dave Airlie <airlied at redhat.com> 6.9.0-64
 - rebuild for new API
 




More information about the fedora-extras-commits mailing list