Module Name: xsrc
Committed By: macallan
Date: Sun Oct 9 19:04:06 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-siliconmotion/dist/src: smi_driver.c
Log Message:
default to EXA if no AccelMethod option is given
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi_driver.c
diff -u xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi_driver.c:1.7 xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi_driver.c:1.8
--- xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi_driver.c:1.7 Thu Sep 8 05:25:49 2016
+++ xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi_driver.c Sun Oct 9 19:04:06 2016
@@ -744,6 +744,7 @@ SMI_PreInit(ScrnInfoPtr pScrn, int flags
char *strptr;
from = X_DEFAULT;
+ pSmi->useEXA = TRUE;
if ((strptr = (char *)xf86GetOptValString(pSmi->Options,
OPTION_ACCELMETHOD))) {
if (!xf86NameCmp(strptr,"XAA")) {