5.8.10 fixes (#2217)

* Update 0001-bootsplash.patch

dummyblit.c from patch/misc-001 will not compile with 5.8.10--

Change dummy_cursor  declaration in dummyblit.c in misc-001 to match changes in fbcon.h  see
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/video/fbdev/core/fbcon.h?h=v5.8.10&id=ffa74c8e58b8f42b2d95b29443befba2e28fb260

* Import bootsplash fix for kernel 5.8.10 from #2210 20a56315805232097bd2e73adef4fb73cc85caac

* simplifying assumption to kernel 5.8... will need ot make sure we patch up to 5.8.10

* corrected 5.8 bootsplash workaround

Co-authored-by: belfastraven <marti.packer@gmail.com>
This commit is contained in:
lanefu 2020-09-18 16:29:22 +00:00 committed by GitHub
parent 83c4413801
commit 7b6920a25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -581,7 +581,7 @@ index 000000000000..8c22ff92ce24
+}
+
+static void dummy_cursor(struct vc_data *vc, struct fb_info *info, int mode,
+ int softback_lines, int fg, int bg)
+ int fg, int bg)
+{
+ ;
+}

View file

@ -581,7 +581,7 @@ index 000000000000..8c22ff92ce24
+}
+
+static void dummy_cursor(struct vc_data *vc, struct fb_info *info, int mode,
+ int fg, int bg)
+ int softback_lines, int fg, int bg)
+{
+ ;
+}