diff options
author | Tapani Pälli <tapani.palli@intel.com> | 2023-02-22 09:53:43 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-05-24 04:42:59 +0000 |
commit | abcef5a47691bea0a6a517302ac6441a1cae358b (patch) | |
tree | 4a503c5b96f9813ea071482d3a95691aab62b829 /include | |
parent | b43e5aec0d2ce542d4ba68da947e3ad752855979 (diff) | |
download | mesa-abcef5a47691bea0a6a517302ac6441a1cae358b.tar.gz mesa-abcef5a47691bea0a6a517302ac6441a1cae358b.tar.bz2 mesa-abcef5a47691bea0a6a517302ac6441a1cae358b.zip |
intel/dev: provide helper to check if devinfo is ATS-M
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20784>
Diffstat (limited to 'include')
-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 7b95cd87da3..6b778ad19da 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -241,8 +241,8 @@ CHIPSET(0x56b0, dg2_g11, "DG2", "Intel(R) Arc(tm) Pro A30M Graphics") CHIPSET(0x56b1, dg2_g11, "DG2", "Intel(R) Arc(tm) Pro A40/A50 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) Data Center GPU Flex Series 170 Graphics") -CHIPSET(0x56c1, dg2_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics") +CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex Series 170 Graphics") +CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics") CHIPSET(0x7d40, mtl_m, "MTL", "Intel(R) Graphics") CHIPSET(0x7d45, mtl_p, "MTL", "Intel(R) Graphics") |