diff options
author | Tim Crawford <tcrawford@system76.com> | 2022-12-05 08:49:46 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-04 01:59:36 +0000 |
commit | 1f81af52a4efde39ba0127b724c6c2e19d0329cd (patch) | |
tree | 090f8e9d9112307cdff8aacb5d7a4c837359f0c1 /src/mainboard/system76/cml-u/dsdt.asl | |
parent | d5d56b3d42efeeebde9a8867d95e21d7b698aa18 (diff) |
mb/system76: Add custom backlight levels for Intel GMA
Add custom backlight levels for all models except:
- addw1/addw2: Uses an OLED display
- bonw14: Does not use the iGPU
Change-Id: Ibea37f19acca0d718211fc41706019a92a240c70
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61301
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/cml-u/dsdt.asl')
-rw-r--r-- | src/mainboard/system76/cml-u/dsdt.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/system76/cml-u/dsdt.asl b/src/mainboard/system76/cml-u/dsdt.asl index 982e226118..b633254edd 100644 --- a/src/mainboard/system76/cml-u/dsdt.asl +++ b/src/mainboard/system76/cml-u/dsdt.asl @@ -19,7 +19,6 @@ DefinitionBlock( { #include <soc/intel/common/block/acpi/acpi/northbridge.asl> #include <soc/intel/cannonlake/acpi/southbridge.asl> - #include <drivers/intel/gma/acpi/default_brightness_levels.asl> } #include <southbridge/intel/common/acpi/sleepstates.asl> |