st/xorg: Disable dirty throttling by default.
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Michel Dänzer
parent
751f0ce773
commit
f5a4e04cdb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user