From 5f15771616e54b3c7c4d41d1673131a95f154328 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 1 Dec 2022 08:53:08 -0600 Subject: mb/google/brya: Add default ACPI brightness levels Boards using the brya baseboard already generate ACPI brightness controls via their use of the gfx/generic driver, but need the default brightness steps in order for display brightness control to be functional under Windows. TEST= build/boot Windows 11 on banshee, verify brightness controls functional. Change-Id: I03bb7a7309476839c49d2e862a036d9e89800605 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/70372 Reviewed-by: Eric Lai Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/dsdt.asl | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/google/brya/dsdt.asl b/src/mainboard/google/brya/dsdt.asl index 7a730b74bf..4c1574e55f 100644 --- a/src/mainboard/google/brya/dsdt.asl +++ b/src/mainboard/google/brya/dsdt.asl @@ -26,6 +26,7 @@ DefinitionBlock( #include #include #include + #include } } -- cgit v1.2.3