mb/google/eve: Use ACPI backlight controls
Enables backlight control under Windows. Test: build/boot eve, verify screen backlight controls available and functional under Windows 10. Change-Id: Id4477d2ec71aefb4c9d2ead31cd5fd3bfad51981 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40122 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
338c8d4b37
commit
205df70eb2
|
@ -1,5 +1,8 @@
|
|||
chip soc/intel/skylake
|
||||
|
||||
# IGD Displays
|
||||
register "gfx" = "GMA_STATIC_DISPLAYS(0)"
|
||||
|
||||
register "gpu_pp_up_delay_ms" = "100"
|
||||
register "gpu_pp_down_delay_ms" = "500"
|
||||
register "gpu_pp_cycle_delay_ms" = "500"
|
||||
|
|
|
@ -39,6 +39,7 @@ DefinitionBlock(
|
|||
{
|
||||
#include <soc/intel/skylake/acpi/systemagent.asl>
|
||||
#include <soc/intel/skylake/acpi/pch.asl>
|
||||
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue