From: Xilin Wu Date: 星期天, 16 Jan 2022 03:37:45 +0000 (+0800) Subject: Remove _CLS in ACPI GPU device X-Git-Tag: v1.0.6 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=ff72923a102cacac6f8083994dffea2f9375424a;p=edk2-sdm845.git Remove _CLS in ACPI GPU device The name _CLS describes the GPU device as VGA-compatible controller, as per PCI CODE AND ID ASSIGNMENT SPECIFICATION. Since our driver is unsigned, Microsoft Basic Display Adapter driver will be installed instead. This commit fixes the problem of GPU driver not getting installed automatically. Signed-off-by: Xilin Wu --- diff --git a/sdm845Pkg/AcpiTables b/sdm845Pkg/AcpiTables index 03d66e9..8f1e956 160000 --- a/sdm845Pkg/AcpiTables +++ b/sdm845Pkg/AcpiTables @@ -1 +1 @@ -Subproject commit 03d66e967a544183bcd6fea39f864635d377e219 +Subproject commit 8f1e956bc4122642bb930ee88695fe524a1a8373