st/xorg: Disable dirty throttling by default.
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 22 Aug 2011 13:44:42 +0000 (15:44 +0200)
committerMichel Dänzer <michel@daenzer.net>
Fri, 26 Aug 2011 16:20:59 +0000 (18:20 +0200)
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/state_trackers/xorg/xorg_driver.c

index 063ae92..0ade319 100644 (file)
@@ -817,7 +817,7 @@ drv_screen_init(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
                                &ms->swapThrottling) ?
        X_CONFIG : X_DEFAULT;
 
-    ms->dirtyThrottling = cust ?  cust->dirty_throttling : TRUE;
+    ms->dirtyThrottling = cust ?  cust->dirty_throttling : FALSE;
     from_dt = xf86GetOptValBool(ms->Options, OPTION_THROTTLE_DIRTY,
                                &ms->dirtyThrottling) ?
        X_CONFIG : X_DEFAULT;