Subrata Banik has submitted this change. ( https://review.coreboot.org/c/libgfxinit/+/82681?usp=email )
Change subject: gma: Add TWL graphics device IDs ......................................................................
gma: Add TWL graphics device IDs
Add the TWL graphics device IDs for the tivviks board.
BUG=b:343004931 TEST=eSOL verified on tivviks board.
Change-Id: I23a19ab99e1bd1bc88f472116097f364b48d5b79 Signed-off-by: Dinesh Gehlot digehlot@google.com Reviewed-on: https://review.coreboot.org/c/libgfxinit/+/82681 Reviewed-by: Kapil Porwal kapilporwal@google.com Reviewed-by: Subrata Banik subratabanik@google.com Reviewed-by: Angel Pons th3fanbus@gmail.com --- M common/hw-gfx-gma-config.ads.template 1 file changed, 3 insertions(+), 1 deletion(-)
Approvals: Angel Pons: Looks good to me, approved Kapil Porwal: Looks good to me, approved Subrata Banik: Looks good to me, approved Dinesh Gehlot: Verified
diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template index 13fe224..cb46fda 100644 --- a/common/hw-gfx-gma-config.ads.template +++ b/common/hw-gfx-gma-config.ads.template @@ -563,7 +563,9 @@ function Is_Alder_Lake_N (Device_ID : Word16) return Boolean is (Device_Id = 16#46d0# or Device_Id = 16#46d1# or - Device_Id = 16#46d2#); + Device_Id = 16#46d2# or + Device_Id = 16#46d3# or + Device_Id = 16#46d4#); function Is_Raptor_Lake_P (Device_ID : Word16) return Boolean is (Device_Id = 16#a720# or Device_Id = 16#a721# or