rpms/xorg-x11-drv-ati/devel radeon-mode-fix-rotate.patch,1.1,1.2

Dave Airlie airlied at fedoraproject.org
Mon Dec 22 02:46:17 UTC 2008


Author: airlied

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

Modified 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:

Index: radeon-mode-fix-rotate.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/radeon-mode-fix-rotate.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radeon-mode-fix-rotate.patch	22 Dec 2008 02:33:14 -0000	1.1
+++ radeon-mode-fix-rotate.patch	22 Dec 2008 02:45:47 -0000	1.2
@@ -1,12 +1,12 @@
-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++;
- 	}
+diff -up xf86-video-ati-6.9.0/src/drmmode_display.c.dave xf86-video-ati-6.9.0/src/drmmode_display.c
+--- xf86-video-ati-6.9.0/src/drmmode_display.c.dave	2008-12-22 12:45:03.000000000 +1000
++++ xf86-video-ati-6.9.0/src/drmmode_display.c	2008-12-22 12:45:12.000000000 +1000
+@@ -246,7 +246,7 @@ drmmode_set_mode_major(xf86CrtcPtr crtc,
+ 			output_count++;
+ 		}
  
--	if (!xf86CrtcRotate(crtc, mode, rotation)) {
-+	if (!xf86CrtcRotate(crtc)) {
- 		goto done;
- 	}
+-		if (!xf86CrtcRotate(crtc, mode, rotation)) {
++		if (!xf86CrtcRotate(crtc)) {
+ 			goto done;
+ 		}
  




More information about the fedora-extras-commits mailing list