summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2022-09-01 23:30:00 -0700
committerMarge Bot <emma+marge@anholt.net>2022-09-02 07:32:12 +0000
commit65c9a810eedc7bacd91fac558d9a7b0ab6d76459 (patch)
tree8d330661dded31edcbab4c256760cb5f18ccfc45 /include
parent8fed0add86c6c69f9d99f6432ce00e172875b744 (diff)
intel/pci_ids: Add dg2 0x5698 pci-id
This motherboard-down pci-id was added in kernel commit 8618b8489ba6 ("drm/i915: DG2 and ATS-M device ID updates"). Ref: bspec 44477 Ref: https://patchwork.freedesktop.org/patch/msgid/20220701152231.529511-2-matthew.d.roper@intel.com Fixes: ad565f6b70d ("intel/dev: Enable first set of DG2 PCI IDs") 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/18385>
Diffstat (limited to 'include')
-rw-r--r--include/pci_ids/iris_pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h
index 0b7135a0780..a71862f481b 100644
--- a/include/pci_ids/iris_pci_ids.h
+++ b/include/pci_ids/iris_pci_ids.h
@@ -237,6 +237,7 @@ CHIPSET(0x5694, dg2_g11, "DG2", "Intel(R) Arc(tm) A350M 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(0x5698, dg2_g11, "DG2", "Intel(R) Graphics")
CHIPSET(0x56a0, dg2_g10, "DG2", "Intel(R) Arc(tm) A770 Graphics")
CHIPSET(0x56a1, dg2_g10, "DG2", "Intel(R) Arc(tm) A750 Graphics")
CHIPSET(0x56a2, dg2_g10, "DG2", "Intel(R) Arc(tm) A580 Graphics")