diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-12 11:06:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-12 11:06:40 +0000 |
commit | f5e65fb6f01ef221e69a150b1c9315ecc1d09cf8 (patch) | |
tree | f8799b94b31a13c2e1f200168bc2bd78b2b07b39 | |
parent | 815981c7126cae5535bedf8c7c95502c7c12ac1c (diff) |
drm/i915/dg2: Drop one PCI ID
From Matt Roper
46473f3bd14a8d6887d2ee56c78aff682bf5d596 in linux-6.1.y/6.1.28
3a38be31ec82920a871963c086393bc0ba26a655 in mainline linux
-rw-r--r-- | sys/dev/pci/drm/include/drm/i915_pciids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/include/drm/i915_pciids.h b/sys/dev/pci/drm/include/drm/i915_pciids.h index 92205054e54..9c325c6b8df 100644 --- a/sys/dev/pci/drm/include/drm/i915_pciids.h +++ b/sys/dev/pci/drm/include/drm/i915_pciids.h @@ -707,7 +707,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), \ |