Skip to content

Commit

Permalink
make it work for v4.20rc0.1031.g5b74498-1
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro committed Nov 1, 2018
1 parent c586be9 commit e4befe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 0006-bootsplash.patch
Expand Up @@ -2,20 +2,20 @@ diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c
index 2ebaba16f785..416735ab6dc1 100644
--- a/drivers/tty/vt/vt.c
+++ b/drivers/tty/vt/vt.c
@@ -104,6 +104,7 @@
#include <linux/kdb.h>
@@ -105,6 +105,7 @@
#include <linux/ctype.h>
#include <linux/bsearch.h>
#include <linux/gcd.h>
+#include <linux/bootsplash.h>

#define MAX_NR_CON_DRIVER 16

@@ -3902,6 +3903,7 @@ void do_unblank_screen(int leaving_gfx)
@@ -4235,6 +4236,7 @@ void do_unblank_screen(int leaving_gfx)
}

console_blanked = 0;
+ bootsplash_mark_dirty();
if (vc->vc_sw->con_blank(vc, 0, leaving_gfx) || vt_force_oops_output(vc))
if (vc->vc_sw->con_blank(vc, 0, leaving_gfx))
/* Low-level driver cannot restore -> do it ourselves */
update_screen(vc);
diff --git a/drivers/video/fbdev/core/bootsplash.c b/drivers/video/fbdev/core/bootsplash.c
Expand Down

0 comments on commit e4befe0

Please sign in to comment.