Module: Mesa Branch: staging/22.2 Commit: b406a3c6ee53c5dbf5f9557b505ae7311783367c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b406a3c6ee53c5dbf5f9557b505ae7311783367c
Author: Jordan Justen <[email protected]> Date: Thu Aug 25 10:19:35 2022 -0700 intel/pci_ids: Add 0x468b ADL-S PCI-id Ref: bspec 53655 Fixes: d399c3e861a ("intel/dev: Add device info for ADL-S") Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: José Roberto de Souza <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17569> (cherry picked from commit f4c44444adfb93740363ba6f424ab5f9e673b470) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 211fcc0857e..257fe62411a 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -10255,7 +10255,7 @@ "description": "intel/pci_ids: Add 0x468b ADL-S PCI-id", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "d399c3e861a7c459501413e8d675db8ca1a40712" }, diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 98911064afd..814a4cd9a5d 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")
