Comment 100 for bug 1098489

Revision history for this message
In , Chris Wilson (ickle) wrote :

(In reply to comment #69)
> The issue with the libreoffice test file is fixed for me. Thanks!!!

Okay, now that was an accident!

Can you try

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index ae6d3c1..5edad51 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -57,7 +57,7 @@
 #define FORCE_INPLACE 0
 #define FORCE_FALLBACK 0
 #define FORCE_FLUSH 0
-#define FORCE_FULL_SYNC 1 /* https://bugs.freedesktop.org/show_bug.cgi?id=61628
+#define FORCE_FULL_SYNC 0

 #define DEFAULT_TILING I915_TILING_X

and see if the corruption returns?