From: Hans de Goede Date: Tue, 3 Jul 2018 15:43:10 +0000 (+0200) Subject: efifb: Copy the ACPI BGRT boot graphics to the framebuffer X-Git-Tag: v4.19-rc1~37^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34db50e55656621c19b1a83bf896be5ac75025b9;p=thirdparty%2Fkernel%2Flinux.git efifb: Copy the ACPI BGRT boot graphics to the framebuffer On systems where fbcon is configured for deferred console takeover, the intend is for the framebuffer to show the boot graphics (e.g a vendor logo) until some message (e.g. an error) is printed or a graphical session takes over. Some firmware relies on the OS to show the boot graphics. This patch adds support to efifb to show the boot graphics and automatically enables this when fbcon is configured for deferred console takeover. Signed-off-by: Hans de Goede Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index 46a4484e3da79..fa01eecc0a555 100644 --- a/drivers/video/fbdev/efifb.c +++ b/drivers/video/fbdev/efifb.c @@ -9,16 +9,39 @@ #include #include +#include #include #include #include #include +#include #include #include