[Bug 94250] Intel driver crashes when undocking Lenovo T450s

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 22 21:10:39 UTC 2016


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

--- Comment #4 from Chris Wilson <chris at chris-wilson.co.uk> ---
Hmm. First thought is that the kernel returned an event for an operation that
failed, can you please quickly try with

diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index fcfbd9d..7db6f61 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -1914,6 +1914,7 @@ sna_dri2_flip(struct sna_dri2_event *info)
                return false;
        }

+       assert(!info->queued);
        if (!sna_page_flip(info->sna, bo, sna_dri2_flip_handler,
                           info->type == FLIP_ASYNC ? NULL : info))
                return false;

and --enable-debug.

-- 
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/20160222/5b243991/attachment.html>


More information about the intel-gfx-bugs mailing list