summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-05-24 13:08:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-05-24 13:08:56 +0100
commit79e98ea6448f666d1a6dcca19bfe0e84fb62dd46 (patch)
tree32c98f710bff341095814907a7b15bbb63c4eb9b
parentf6c35e58c1bb94ccfa04723db76d7164d5772f11 (diff)
sna: Reenable COW support
Accidentally left it disabled whilst testing. 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 d0a48b23..d1fa6fda 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -68,7 +68,7 @@
#define USE_CPU_BO 1
#define USE_USERPTR_UPLOADS 1
#define USE_USERPTR_DOWNLOADS 1
-#define USE_COW 0
+#define USE_COW 1
#define MIGRATE_ALL 0
#define DBG_NO_CPU_UPLOAD 0