mb/google/volteer: Add ACPI display brightness support
Add support for ACPI display brightness controls, so that panel adjustment is available under Windows. TEST=build/boot Win11 on google/drobit, verify panel brightness controls available and functional. Change-Id: Ic0c026ae09b3fde648db4bdeb4971423953c96a1 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77143 Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5f15e37bcd
commit
bd36a313de
|
@ -28,6 +28,7 @@ DefinitionBlock(
|
||||||
#include <soc/intel/common/block/acpi/acpi/northbridge.asl>
|
#include <soc/intel/common/block/acpi/acpi/northbridge.asl>
|
||||||
#include <soc/intel/tigerlake/acpi/southbridge.asl>
|
#include <soc/intel/tigerlake/acpi/southbridge.asl>
|
||||||
#include <soc/intel/tigerlake/acpi/tcss.asl>
|
#include <soc/intel/tigerlake/acpi/tcss.asl>
|
||||||
|
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
|
||||||
#if CONFIG(VARIANT_HAS_MIPI_CAMERA)
|
#if CONFIG(VARIANT_HAS_MIPI_CAMERA)
|
||||||
#include <soc/intel/common/block/acpi/acpi/ipu.asl>
|
#include <soc/intel/common/block/acpi/acpi/ipu.asl>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -357,7 +357,9 @@ chip soc/intel/tigerlake
|
||||||
register "FastPkgCRampDisable" = "1"
|
register "FastPkgCRampDisable" = "1"
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device ref igpu on end
|
device ref igpu on
|
||||||
|
register "gfx" = "GMA_DEFAULT_PANEL(0)"
|
||||||
|
end
|
||||||
device ref dptf on
|
device ref dptf on
|
||||||
# Default DPTF Policy for all Volteer boards if not overridden
|
# Default DPTF Policy for all Volteer boards if not overridden
|
||||||
chip drivers/intel/dptf
|
chip drivers/intel/dptf
|
||||||
|
|
Loading…
Reference in New Issue