[Bug 80010] [965gm bisected regression] screen black when starting X

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 27 10:50:11 PDT 2014


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

--- Comment #15 from Chris Wilson <chris at chris-wilson.co.uk> ---
Jesse, try

commit e72faea9b3296faad92f0a1fa0bced6a522ff4d6
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed May 21 09:31:37 2014 +0100

    vt-bug

diff --git a/drivers/tty/vt/vt_ioctl.c b/drivers/tty/vt/vt_ioctl.c
index 2bd78e2..a7bdc4b 100644
--- a/drivers/tty/vt/vt_ioctl.c
+++ b/drivers/tty/vt/vt_ioctl.c
@@ -684,7 +684,8 @@ int vt_ioctl(struct tty_struct *tty,
                        console_unlock();
                        if (ret)
                                break;
-                       set_console(arg);
+                       if (set_console(arg))
+                               ret = -EIO;
                }
                break;

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


More information about the intel-gfx-bugs mailing list