Tim Crawford has uploaded a new patch set (#2) to the change originally created by Jeremy Soller. ( https://review.coreboot.org/c/coreboot/+/43616 )
Change subject: soc/intel/cannonlake: Add i915_gpu_controller_info ......................................................................
soc/intel/cannonlake: Add i915_gpu_controller_info
This adds the i915_gpu_controller_info struct to chip.h and implements intel_igd_get_controller_info. Due to conflicts with the GMA driver ACPI, gfx.asl had to be commented out. I believe gfx.asl should be removed, but would like to hear alternatives.
Tested on system76/lemp9 - ACPI backlight control was verified.
Change-Id: I027b5fc37527fbfcf985262c8a1a048e0363410e Signed-off-by: Jeremy Soller jeremy@system76.com Signed-off-by: Tim Crawford tcrawford@system76.com --- M src/soc/intel/cannonlake/Makefile.inc M src/soc/intel/cannonlake/acpi/southbridge.asl M src/soc/intel/cannonlake/chip.h A src/soc/intel/cannonlake/graphics.c 4 files changed, 17 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/43616/2