rpms/xorg-x11-drv-ati/F-12 radeon-kms-cursor-reload.patch, NONE, 1.1 xorg-x11-drv-ati.spec, 1.190, 1.191

Dave Airlie airlied at fedoraproject.org
Fri Oct 9 04:50:01 UTC 2009


Author: airlied

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

Modified Files:
	xorg-x11-drv-ati.spec 
Added Files:
	radeon-kms-cursor-reload.patch 
Log Message:
* Fri Oct 09 2009 Dave Airlie <airlied at redhat.com> 6.13.0-0.9.20091006git457646d73
- reload cursors on mode switch/rotate


radeon-kms-cursor-reload.patch:
 drmmode_display.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE radeon-kms-cursor-reload.patch ---
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index f82dec8..07ee561 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -330,7 +330,8 @@ drmmode_set_mode_major(xf86CrtcPtr crtc, DisplayModePtr mode,
 		}
 	}
 
-
+	if (pScrn->pScreen)
+		xf86_reload_cursors(pScrn->pScreen);
 
 done:
 	if (!ret) {


Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/F-12/xorg-x11-drv-ati.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -p -r1.190 -r1.191
--- xorg-x11-drv-ati.spec	7 Oct 2009 07:31:42 -0000	1.190
+++ xorg-x11-drv-ati.spec	9 Oct 2009 04:50:00 -0000	1.191
@@ -7,7 +7,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.13.0
-Release:   0.8.%{gitdate}git%{gitversion}%{?dist}
+Release:   0.9.%{gitdate}git%{gitversion}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -23,6 +23,7 @@ Patch6:     radeon-6.9.0-bgnr-enable.pat
 Patch10:    radeon-6.12.2-lvds-default-modes.patch
 Patch13:    fix-default-modes.patch
 Patch14:    r600-enable-mixed.patch
+Patch15:    radeon-kms-cursor-reload.patch
 
 ExcludeArch: s390 s390x
 
@@ -51,6 +52,7 @@ X.Org X11 ati video driver.
 %patch10 -p1 -b .lvds
 %patch13 -p1 -b .def
 %patch14 -p1 -b .mix
+%patch15 -p1 -b .cursor-reload
 
 %build
 autoreconf -iv
@@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Fri Oct 09 2009 Dave Airlie <airlied at redhat.com> 6.13.0-0.9.20091006git457646d73
+- reload cursors on mode switch/rotate
+
 * Wed Oct 07 2009 Dave Airlie <airlied at redhat.com> 6.13.0-0.8.20091006git457646d73
 - fix rotate (#527000)
 




More information about the fedora-extras-commits mailing list