Remove _CLS in ACPI GPU device v1.0.6
authorXilin Wu <strongtz@yeah.net>
星期天, 16 Jan 2022 03:37:45 +0000 (11:37 +0800)
committerXilin Wu <strongtz@yeah.net>
星期天, 16 Jan 2022 03:37:45 +0000 (11:37 +0800)
commitff72923a102cacac6f8083994dffea2f9375424a
tree355aec6788142a29af9c6ad2710673d228756f02
parentad4ac293aeeb90679f02477d05f288aec9c14e86
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 <strongtz@yeah.net>
sdm845Pkg/AcpiTables