[Bug 91023] [HSW SNA] unwanted "animation" on VT-leave

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 19 01:27:54 PDT 2015


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

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
I presume the difference is that sna disables the primary plane on the CRTCs
prior to VT switch (so that we do not leak information to the next client).

If you did

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 53eb9ca..af44dbc 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -7347,6 +7347,7 @@ void sna_mode_reset(struct sna *sna)
        xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(sna->scrn);
        int i;

+       return;
        if (sna->flags & SNA_IS_HOSTED)
                return;


then you will get the same behaviour in sna as uxa on VT switch.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150619/9beace79/attachment.html>


More information about the intel-gfx-bugs mailing list