[Bug 80325] [SNA] segfault in git master (b3d3c0e8e75)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jun 21 06:58:14 PDT 2014


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

--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
I think the right fix is:

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index c540799..d05305e 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -1410,7 +1410,10 @@ sna_crtc_disable(xf86CrtcPtr crtc)
                sna->mode.dirty = true;
        }

+       sna_crtc->transform = false;
+
        assert(sna_crtc->dpms_mode == DPMSModeOff);
+       assert(!sna_crtc->shadow);
 }

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


More information about the intel-gfx-bugs mailing list