diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 10:27:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 10:27:02 +0000 |
commit | 90044ef2bd9b40d3964cc2c23ec2f4c1570a448d (patch) | |
tree | 6722fa9fd3bdb9af4d5711ad316c200b99260a52 | |
parent | 4a7f3b3628ca93bf809f6f892b9a19c3f46cda08 (diff) |
intel/pci_ids: Add 0x468b ADL-S PCI-id
From Jordan Justen
f4c44444adfb93740363ba6f424ab5f9e673b470 in mainline Mesa
-rw-r--r-- | lib/mesa/include/pci_ids/iris_pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mesa/include/pci_ids/iris_pci_ids.h b/lib/mesa/include/pci_ids/iris_pci_ids.h index 079ba31d9..ce7f5fd2c 100644 --- a/lib/mesa/include/pci_ids/iris_pci_ids.h +++ b/lib/mesa/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") |