| commit | 1f63d51dc055276fa1a0f3552bf1bfc1a07ad8bb | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.huber@secunet.com> | Wed Jan 08 14:10:40 2020 +0100 |
| committer | Nico Huber <nico.h@gmx.de> | Thu Mar 05 15:12:36 2020 +0000 |
| tree | c6f5fae817de7237be518d96cde8705cd13da74d | |
| parent | 3ea5d605ba64a8a204dd78814f3ea1598e4b7d6f [diff] [blame] |
gma bxt panel: Correct panel backlight handling Change-Id: Icfad261fb4d5ff478974948c0148880c5b8cb40c Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/libgfxinit/+/38265 Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template index 01a67c1..39fa825 100644 --- a/common/hw-gfx-gma-config.ads.template +++ b/common/hw-gfx-gma-config.ads.template
@@ -182,6 +182,7 @@ Use_PP_VDD_Override : <genbool> := Up_To_Ironlake; Has_PCH_Panel_Power : <genbool> := Ironlake_On; Has_PP_Divisor_Reg : <genbool> := not Gen_Broxton; + Has_New_Backlight_Control : <genbool> := Gen_Broxton; ----------- PCH/FDI: --------- Has_PCH : <genbool> := not Gen_Broxton and not Gen_G45;