rpms/xorg-x11-drv-intel/F-13 intel-2.11-no-pageflipping.patch, 1.2, 1.3

Adam Jackson ajax at fedoraproject.org
Mon May 3 17:59:39 UTC 2010


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-intel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12911

Modified Files:
	intel-2.11-no-pageflipping.patch 
Log Message:
leave events, per https://bugs.freedesktop.org/show_bug.cgi?id=27883#c3

intel-2.11-no-pageflipping.patch:
 drmmode_display.c |   10 +++++++++-
 i830_dri.c        |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

Index: intel-2.11-no-pageflipping.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-intel/F-13/intel-2.11-no-pageflipping.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- intel-2.11-no-pageflipping.patch	3 May 2010 17:53:38 -0000	1.2
+++ intel-2.11-no-pageflipping.patch	3 May 2010 17:59:25 -0000	1.3
@@ -18,3 +18,15 @@ diff -up xf86-video-intel-2.11.0/src/drm
  		xf86DrvMsg(scrn->scrnIndex, X_INFO,
  			   "Kernel page flipping support detected, enabling\n");
  		intel->use_pageflipping = TRUE;
+diff -up xf86-video-intel-2.11.0/src/i830_dri.c.jx xf86-video-intel-2.11.0/src/i830_dri.c
+--- xf86-video-intel-2.11.0/src/i830_dri.c.jx	2010-03-29 14:23:02.000000000 -0400
++++ xf86-video-intel-2.11.0/src/i830_dri.c	2010-05-03 13:59:57.000000000 -0400
+@@ -1013,7 +1013,7 @@ Bool I830DRI2ScreenInit(ScreenPtr screen
+ 
+ 	info.CopyRegion = I830DRI2CopyRegion;
+ #if DRI2INFOREC_VERSION >= 4
+-	if (intel->use_pageflipping) {
++	if (intel->use_pageflipping || 1) {
+ 	    info.version = 4;
+ 	    info.ScheduleSwap = I830DRI2ScheduleSwap;
+ 	    info.GetMSC = I830DRI2GetMSC;



More information about the scm-commits mailing list