Module: Mesa Branch: main Commit: 48620101414449c3545d4d998dc0606eb04e1467 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48620101414449c3545d4d998dc0606eb04e1467
Author: Jordan Justen <[email protected]> Date: Thu Apr 7 23:35:06 2022 -0700 intel/dev: Add ATS-M pci-ids Ref: Bspec 44477 Ref: https://patchwork.freedesktop.org/series/101907/ Signed-off-by: Jordan Justen <[email protected]> Acked-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15814> --- include/pci_ids/iris_pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index adfd40e12a0..6d4bfa7d3ae 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -237,4 +237,6 @@ CHIPSET(0x56a5, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56a6, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56b0, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56b1, dg2_g11, "DG2", "Intel(R) Graphics") +CHIPSET(0x56c0, dg2_g10, "ATS-M", "Intel(R) Graphics") +CHIPSET(0x56c1, dg2_g11, "ATS-M", "Intel(R) Graphics") #endif
