Module: Mesa Branch: staging/22.2 Commit: 47aff2759f10e92446df49d2153c68f8af60122c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47aff2759f10e92446df49d2153c68f8af60122c
Author: Jordan Justen <[email protected]> Date: Mon Aug 29 10:39:27 2022 -0700 intel/pci_ids: Update ATS-M device names Ref: bspec 44477 Ref: https://www.intel.com/content/www/us/en/products/details/discrete-gpus/data-center-gpu/flex-series/products.html Cc: mesa-stable Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18303> (cherry picked from commit 9283ffec14e852a5037e4590fa27dbfaa349a7b9) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 0cb861b4c1e..aba3804bc13 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -5935,7 +5935,7 @@ "description": "intel/pci_ids: Update ATS-M device names", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 814a4cd9a5d..06bd75a4103 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -248,5 +248,5 @@ CHIPSET(0x56b0, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56b1, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56b2, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x56b3, dg2_g12, "DG2", "Intel(R) Graphics") -CHIPSET(0x56c0, dg2_g10, "ATS-M", "Intel(R) Graphics") -CHIPSET(0x56c1, dg2_g11, "ATS-M", "Intel(R) Graphics") +CHIPSET(0x56c0, dg2_g10, "ATS-M", "Intel(R) Data Center GPU Flex Series 170 Graphics") +CHIPSET(0x56c1, dg2_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics")
