diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-12-20 04:12:15 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-12-20 04:12:15 +0000 |
commit | b8615c754640849d71863fff32c1875447abe849 (patch) | |
tree | 1c1c80a85b82ffc4429efacb95c9e9a90c02ceb8 /sys/dev | |
parent | cb22fb08a779d25ad3e91f0bc6a51ed16c213305 (diff) |
drm/i915: Remove dubious Valleyview PCI IDs
From Alexei Podtelezhnikov
f2bde2546b81b64fb58aa04888fdd82a090b3908 in mainline linux
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/include/drm/i915_pciids.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/include/drm/i915_pciids.h b/sys/dev/pci/drm/include/drm/i915_pciids.h index 662d8351c87..a663a8bcb1f 100644 --- a/sys/dev/pci/drm/include/drm/i915_pciids.h +++ b/sys/dev/pci/drm/include/drm/i915_pciids.h @@ -258,9 +258,7 @@ INTEL_VGA_DEVICE(0x0f30, info), \ INTEL_VGA_DEVICE(0x0f31, info), \ INTEL_VGA_DEVICE(0x0f32, info), \ - INTEL_VGA_DEVICE(0x0f33, info), \ - INTEL_VGA_DEVICE(0x0157, info), \ - INTEL_VGA_DEVICE(0x0155, info) + INTEL_VGA_DEVICE(0x0f33, info) #define INTEL_BDW_ULT_GT1_IDS(info) \ INTEL_VGA_DEVICE(0x1606, info), /* GT1 ULT */ \ |