diff options
author | Eric Anholt <eric@anholt.net> | 2007-04-09 11:44:25 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-04-09 11:44:25 -0700 |
commit | aa850d3c633a510d787ee59e538e26e5c3acbf4a (patch) | |
tree | 222f68d1598f1de0963a99c8ae5df7693a2148cd /src/i830_exa.c | |
parent | d2e75d8acde2541b85a0050d9e47182c1db7fc2c (diff) |
Turn off ALWAYS_SYNC in EXA.
This slipped in as a debugging aid, and never got turned off. The driver
appears to work fine without it on an i915 system, and for the non-default EXA
option, we'd rather see issues found than continue running with debugging aids
and hiding them behind bad performance.
Diffstat (limited to 'src/i830_exa.c')
-rw-r--r-- | src/i830_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index bef8faef..dfc8f998 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -42,7 +42,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define DEBUG_I830FALLBACK 1 #endif -#define ALWAYS_SYNC 1 +#define ALWAYS_SYNC 0 #ifdef DEBUG_I830FALLBACK #define I830FALLBACK(s, arg...) \ |