mb/system76: tgl-u: Add gfx register for GMA ACPI
Add gfx register to System76 TGL-U boards so GMA ACPI data is generated. Change-Id: If944a90921b518efdcd5f0e0998bddb4f56e5764 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57835 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
ef353e03c2
commit
ca1851dc1c
|
@ -106,6 +106,8 @@ chip soc/intel/tigerlake
|
|||
register "DdiPortBConfig" = "0"
|
||||
register "DdiPortBHpd" = "1"
|
||||
register "DdiPortBDdc" = "1"
|
||||
|
||||
register "gfx" = "GMA_DEFAULT_PANEL(0)"
|
||||
end
|
||||
device ref dptf on
|
||||
register "Device4Enable" = "1"
|
||||
|
|
|
@ -106,6 +106,8 @@ chip soc/intel/tigerlake
|
|||
register "DdiPortBConfig" = "0"
|
||||
register "DdiPortBHpd" = "1"
|
||||
register "DdiPortBDdc" = "1"
|
||||
|
||||
register "gfx" = "GMA_DEFAULT_PANEL(0)"
|
||||
end
|
||||
device ref dptf on
|
||||
register "Device4Enable" = "1"
|
||||
|
|
|
@ -106,6 +106,8 @@ chip soc/intel/tigerlake
|
|||
register "DdiPortBConfig" = "0"
|
||||
register "DdiPortBHpd" = "1"
|
||||
register "DdiPortBDdc" = "1"
|
||||
|
||||
register "gfx" = "GMA_DEFAULT_PANEL(0)"
|
||||
end
|
||||
device ref dptf on
|
||||
register "Device4Enable" = "1"
|
||||
|
|
Loading…
Reference in New Issue