Module: Mesa Branch: staging/22.2 Commit: f08ddee3a58df803a965a18b1c95d656d2c80df8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f08ddee3a58df803a965a18b1c95d656d2c80df8
Author: Jordan Justen <[email protected]> Date: Wed May 12 12:09:35 2021 -0700 intel/pci_ids: Update ADL-S strings 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 6ca37aabfbb04a066d3d440aad3181c087fe3c6d) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index dafc147ebb5..211fcc0857e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -10264,7 +10264,7 @@ "description": "intel/pci_ids: Update ADL-S strings", "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 cfd649ce81a..98911064afd 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -156,13 +156,13 @@ CHIPSET(0x4c8c, rkl_gt05, "RKL GT0.5", "Intel(R) Graphics") CHIPSET(0x4c90, rkl_gt1, "RKL GT1", "Intel(R) Graphics") CHIPSET(0x4c9a, rkl_gt1, "RKL GT1", "Intel(R) Graphics") -CHIPSET(0x4680, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4682, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4688, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x468a, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4690, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4692, adl_gt1, "ADL-S GT1", "Intel(R) Graphics") -CHIPSET(0x4693, adl_gt05, "ADL-S GT0.5", "Intel(R) Graphics") +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(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") CHIPSET(0x4626, adl_gt2, "ADL GT2", "Intel(R) Graphics") CHIPSET(0x4628, adl_gt2, "ADL GT2", "Intel(R) Graphics")
