diff --git a/radeon-mode-fix-rotate.patch b/radeon-mode-fix-rotate.patch index 3d8cdb7..376b2cc 100644 --- a/radeon-mode-fix-rotate.patch +++ b/radeon-mode-fix-rotate.patch @@ -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; + } diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index 80da70e..6b6f4bf 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -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 @@ Patch1: radeon-modeset.patch 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 @@ X.Org X11 ati video driver. %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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Mon Dec 22 2008 Dave Airlie 6.9.0-65 +- fix rotate API + * Mon Dec 22 2008 Dave Airlie 6.9.0-64 - rebuild for new API