summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2023-02-08 12:09:05 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-05-11 23:03:07 +0900
commit46473f3bd14a8d6887d2ee56c78aff682bf5d596 (patch)
tree3a98f181a22a9176d90101f305866b3053f74480
parent86a77cef095978ca39ec91e876babf505e57ed3f (diff)
downloadlinux-46473f3bd14a8d6887d2ee56c78aff682bf5d596.tar.gz
drm/i915/dg2: Drop one PCI ID
[ Upstream commit 3a38be31ec82920a871963c086393bc0ba26a655 ]

The bspec was recently updated to remove PCI ID 0x5698; this ID is
actually reserved for future use and should not be treated as DG2-G11.

Bspec: 44477
Fixes: 8618b8489ba6 ("drm/i915: DG2 and ATS-M device ID updates")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230208200905.680865-1-matthew.d.roper@intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--include/drm/i915_pciids.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 4a4c190f7698..8f648c32a965 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -706,7 +706,6 @@
 	INTEL_VGA_DEVICE(0x5693, info), \
 	INTEL_VGA_DEVICE(0x5694, info), \
 	INTEL_VGA_DEVICE(0x5695, info), \
-	INTEL_VGA_DEVICE(0x5698, info), \
 	INTEL_VGA_DEVICE(0x56A5, info), \
 	INTEL_VGA_DEVICE(0x56A6, info), \
 	INTEL_VGA_DEVICE(0x56B0, info), \