diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2024-04-04 14:56:11 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-04-05 06:36:44 +0000 |
commit | 98f3d072b428f93d799d17ab4e56f963206c9a2f (patch) | |
tree | 62c80aca9a2c4bf0fd3fe768e76f0ec740075421 | |
parent | 9b0f028c7ea21c84342b8a5b1a84fd1eb400fbfa (diff) |
intel/dev: Add 0x56be and 0x56bf DG2 PCI IDs
Ref: bspec 44477
Backport-to: 24.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28584>
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index d4960fc473a7..f4c8bf510088 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -251,6 +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(0x56be, dg2_g10, "DG2", "Intel(R) Graphics") +CHIPSET(0x56bf, dg2_g10, "DG2", "Intel(R) 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(0x56c2, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170G") |