diff options
author | 2020-12-20 04:12:14 +0000 | |
---|---|---|
committer | 2020-12-20 04:12:14 +0000 | |
commit | 75d7b50b0d8a50c81fe786ae49b095615d9d23a2 (patch) | |
tree | dbd1a9ceda3d31f66841c088caeddfd4efa9d5cd | |
parent | remove duplicate device id caused by subids in INTEL_IVB_Q_IDS (diff) | |
download | wireguard-openbsd-75d7b50b0d8a50c81fe786ae49b095615d9d23a2.tar.xz wireguard-openbsd-75d7b50b0d8a50c81fe786ae49b095615d9d23a2.zip |
drm/i915: Remove dubious Valleyview PCI IDs
From Alexei Podtelezhnikov
f2bde2546b81b64fb58aa04888fdd82a090b3908 in mainline linux
-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 */ \ |