summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-04-13 09:56:39 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-04-13 09:56:39 +0100
commit9e6d55a8d63f10ca6a2b10e44d00c84b07724485 (patch)
treec67b3c8b60f8363617eaa4003f10327d31d29d29
parent9becfbbf89f2b170e50f705cabfc7bbf1dcf9846 (diff)
sna: Don't use miSpan code for wide-spans by default, too expensive
Only use the fall-forward miSpans code when it prevents a readback. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/sna_accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index b3507ad5..8fcdd141 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -60,7 +60,7 @@
#define FORCE_FLUSH 0
#define USE_INPLACE 1
-#define USE_WIDE_SPANS 1 /* -1 force CPU, 1 force GPU */
+#define USE_WIDE_SPANS 0 /* -1 force CPU, 1 force GPU */
#define USE_ZERO_SPANS 1 /* -1 force CPU, 1 force GPU */
#define USE_SHM_VMAP 0
#define PREFER_VMAP 0