summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2023-05-12 21:57:17 +1000
committerMarge Bot <emma+marge@anholt.net>2023-05-17 14:08:24 +0000
commitaf0f7b347513c8fdb325d45640c1d36a14fe9b3a (patch)
tree10fa6cc7d92b7b84897291ba5d369ebf58594fa5
parent42ed0f03569e32c8f996a6c1b2e343159a06cbb6 (diff)
downloadmesa-af0f7b347513c8fdb325d45640c1d36a14fe9b3a.tar.gz
intel/dev: remove dg2 0x5698 pci id
0x5698 is now reserved for future use From Matt Roper in linux 3a38be31ec82 ("drm/i915/dg2: Drop one PCI ID") Fixes: 65c9a810eed ("intel/pci_ids: Add dg2 0x5698 pci-id") Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22985>
-rw-r--r--include/pci_ids/iris_pci_ids.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h
index da37b5689df..7b95cd87da3 100644
--- a/include/pci_ids/iris_pci_ids.h
+++ b/include/pci_ids/iris_pci_ids.h
@@ -230,7 +230,6 @@ 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")