From ff72923a102cacac6f8083994dffea2f9375424a Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Sun, 16 Jan 2022 11:37:45 +0800 Subject: [PATCH] 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 --- sdm845Pkg/AcpiTables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2