diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-09 01:49:13 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-09 01:49:13 +0000 |
commit | 38272c61c012062c4c90b7e0b695d28b0a99606f (patch) | |
tree | 1bf9cb56a40f51306f73d41bcc96671b5125b38f | |
parent | f8a20886e2d7d2ef05bae097bd569ac6061f3c96 (diff) |
intel/dev: Adjust device strings for ATS-M devices
From Jordan Justen
59e0c38427df012ded895229dbf3d955efb59362 in mainline Mesa
-rw-r--r-- | lib/mesa/include/pci_ids/iris_pci_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mesa/include/pci_ids/iris_pci_ids.h b/lib/mesa/include/pci_ids/iris_pci_ids.h index 029ed65b7..06c3e29d6 100644 --- a/lib/mesa/include/pci_ids/iris_pci_ids.h +++ b/lib/mesa/include/pci_ids/iris_pci_ids.h @@ -251,8 +251,8 @@ CHIPSET(0x56ba, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56bb, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56bc, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56bd, dg2_g11, "DG2", "Intel(R) 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(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170") +CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex 140") CHIPSET(0x7d40, mtl_m, "MTL", "Intel(R) Graphics") CHIPSET(0x7d45, mtl_p, "MTL", "Intel(R) Graphics") |