acpi/x86: add a kernel parameter to disable ACPI BGRT
authorAlex Hung <alex.hung@canonical.com>
Wed, 4 Mar 2020 22:55:29 +0000 (15:55 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 14 Mar 2020 09:36:49 +0000 (10:36 +0100)
commit1ffb8d032d03d686e3b06378780944608cc77906
treeb886824b16cc977eef905509f927271d8e4f4478
parentfa0fca68e1e64bc53fcb7cfd4bfac27c1b14a955
acpi/x86: add a kernel parameter to disable ACPI BGRT

BGRT is for displaying seamless OEM logo from booting to login screen;
however, this mechanism does not always work well on all configurations
and the OEM logo can be displayed multiple times. This looks worse than
without BGRT enabled.

This patch adds a kernel parameter to disable BGRT in boot time. This is
easier than re-compiling a kernel with CONFIG_ACPI_BGRT disabled.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/admin-guide/kernel-parameters.txt
arch/x86/kernel/acpi/boot.c