[Bug 97299] Lag on terminal with compositing after 1f6dfc9

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 11 15:43:17 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=97299

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
To isolate the changes:

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 05007bc..4726067 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -17385,7 +17385,7 @@ sna_flush_callback(CallbackListPtr *list, pointer
user_data, pointer call_data)
 {
        struct sna *sna = user_data;

-       if (!sna->needs_dri_flush)
+       if (!sna->needs_dri_flush && 0)
                return;

        sna_accel_flush(sna);

should be equivalent to reverting the dri portion. That's worth double checking
to see if the dri or shm halves.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160811/3d4fc9c7/attachment.html>


More information about the intel-gfx-bugs mailing list