diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2022-08-29 10:39:27 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2022-09-01 16:46:51 -0700 |
commit | 53e0b85620c8f61f4ebfb35add57c21f295c8525 (patch) | |
tree | 45fac1765df2ef052e9610e4d897125790a2cacb | |
parent | 08548650bd36f9202564f3266c3e2b4736e885a4 (diff) |
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 <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18303>
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
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") |