From f4c44444adfb93740363ba6f424ab5f9e673b470 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Thu, 25 Aug 2022 10:19:35 -0700 Subject: [PATCH] intel/pci_ids: Add 0x468b ADL-S PCI-id MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ref: bspec 53655 Fixes: d399c3e861a ("intel/dev: Add device info for ADL-S") Signed-off-by: Jordan Justen Reviewed-by: José Roberto de Souza Part-of: --- include/pci_ids/iris_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 9891106..814a4cd 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -160,6 +160,7 @@ CHIPSET(0x4680, adl_gt1, "ADL-S GT1", "Intel(R) UHD Graphics 770") CHIPSET(0x4682, adl_gt1, "ADL-S GT1", "Intel(R) UHD Graphics 730") CHIPSET(0x4688, adl_gt1, "ADL-S GT1", "Intel(R) UHD Graphics") CHIPSET(0x468a, adl_gt1, "ADL-S GT1", "Intel(R) UHD Graphics") +CHIPSET(0x468b, adl_gt05, "ADL-S GT0.5", "Intel(R) UHD Graphics") CHIPSET(0x4690, adl_gt1, "ADL-S GT1", "Intel(R) UHD Graphics 770") CHIPSET(0x4692, adl_gt1, "ADL-S GT1", "Intel(R) UHD Graphics 730") CHIPSET(0x4693, adl_gt1, "ADL-S GT1", "Intel(R) UHD Graphics 710") -- 2.7.4