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:
parent
d2e75d8acd
commit
aa850d3c63
|
|
@ -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...) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue