From df5b14969f9869f363bcc8b2a564c85aaa481597 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Wed, 12 May 2021 17:01:52 -0700 Subject: [PATCH] intel: Add 2 ADL-S pci-ids Cc: mesa-stable Signed-off-by: Jordan Justen Reviewed-by: Lionel Landwerlin Part-of: --- include/pci_ids/iris_pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 9f54b1c..1e8c433 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -8,6 +8,8 @@ CHIPSET(0x4680, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4681, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4682, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4683, adl_gt05, "ADL-S GT0.5", "Intel(R) Graphics") +CHIPSET(0x4688, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") +CHIPSET(0x4689, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4690, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4691, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") CHIPSET(0x4692, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -- 2.7.4