Module: Mesa Branch: main Commit: 99354efe314a98906fd0ce0dc823dabbf66cd948 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99354efe314a98906fd0ce0dc823dabbf66cd948
Author: Jordan Justen <[email protected]> Date: Sat Apr 30 01:48:40 2022 -0700 intel/dev: Add DG2 G12 PCI IDs Ref: https://patchwork.freedesktop.org/patch/483381/?series=103098&rev=1 Ref: https://patchwork.freedesktop.org/patch/msgid/[email protected] Cc: 22.1 <mesa-stable> Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16449> --- include/pci_ids/iris_pci_ids.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 0ee878d3a7b..b3bb52c1897 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -236,13 +236,19 @@ CHIPSET(0x5692, dg2_g10, "DG2", "Intel(R) Graphics") CHIPSET(0x5693, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x5694, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x5695, dg2_g11, "DG2", "Intel(R) Graphics") +CHIPSET(0x5696, dg2_g12, "DG2", "Intel(R) Graphics") +CHIPSET(0x5697, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x56a0, dg2_g10, "DG2", "Intel(R) Graphics") CHIPSET(0x56a1, dg2_g10, "DG2", "Intel(R) Graphics") CHIPSET(0x56a2, dg2_g10, "DG2", "Intel(R) Graphics") +CHIPSET(0x56a3, dg2_g12, "DG2", "Intel(R) Graphics") +CHIPSET(0x56a4, dg2_g12, "DG2", "Intel(R) Graphics") 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(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") #endif
