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.
This commit is contained in:
Eric Anholt 2007-04-09 11:44:25 -07:00
parent d2e75d8acd
commit aa850d3c63
1 changed files with 1 additions and 1 deletions

View File

@ -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...) \