For symmetry reasons with do_unblank_screen, except without the
oops_in_progress special case.

Just a drive-by annotation while I'm trying to untangle the fbcon vs.
fbdev screen blank/unblank maze.

Signed-off-by: Daniel Vetter <daniel.vet...@intel.com>
Reviewed-by: Sam Ravnborg <s...@ravnborg.org>
Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Reviewed-by: Maarten Lankhorst <maarten.lankho...@linux.intel.com>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Cc: Nicolas Pitre <nicolas.pi...@linaro.org>
Cc: Adam Borowski <kilob...@angband.pl>
Cc: Martin Hostettler <textsh...@uchuujin.de>
Cc: Daniel Vetter <daniel.vet...@ffwll.ch>
Cc: Mikulas Patocka <mpato...@redhat.com>
---
 drivers/tty/vt/vt.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c
index fdd12f8c3deb..bc9813b14c58 100644
--- a/drivers/tty/vt/vt.c
+++ b/drivers/tty/vt/vt.c
@@ -4159,6 +4159,8 @@ void do_blank_screen(int entering_gfx)
        struct vc_data *vc = vc_cons[fg_console].d;
        int i;
 
+       might_sleep();
+
        WARN_CONSOLE_UNLOCKED();
 
        if (console_blanked) {
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to