summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-10-05 02:26:54 +0000
committerjsg <jsg@openbsd.org>2020-10-05 02:26:54 +0000
commita17fe007abd5f1f80e8be0e4c687c100b4abf117 (patch)
tree4b46921ccf73bff4f2e3285dc7bc539d0f976714
parentregen (diff)
downloadwireguard-openbsd-a17fe007abd5f1f80e8be0e4c687c100b4abf117.tar.xz
wireguard-openbsd-a17fe007abd5f1f80e8be0e4c687c100b4abf117.zip
drm/i915/tgl: Add new PCI IDs to TGL
From Swathi Dhanavanthri 3882581753d1cca0d32b5a8ad81791b79fb35d67 in mainline linux
-rw-r--r--sys/dev/pci/drm/include/drm/i915_pciids.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/include/drm/i915_pciids.h b/sys/dev/pci/drm/include/drm/i915_pciids.h
index 1d2c12219f4..662d8351c87 100644
--- a/sys/dev/pci/drm/include/drm/i915_pciids.h
+++ b/sys/dev/pci/drm/include/drm/i915_pciids.h
@@ -593,12 +593,16 @@
/* TGL */
#define INTEL_TGL_12_IDS(info) \
- INTEL_VGA_DEVICE(0x9A49, info), \
INTEL_VGA_DEVICE(0x9A40, info), \
+ INTEL_VGA_DEVICE(0x9A49, info), \
INTEL_VGA_DEVICE(0x9A59, info), \
INTEL_VGA_DEVICE(0x9A60, info), \
INTEL_VGA_DEVICE(0x9A68, info), \
INTEL_VGA_DEVICE(0x9A70, info), \
- INTEL_VGA_DEVICE(0x9A78, info)
+ INTEL_VGA_DEVICE(0x9A78, info), \
+ INTEL_VGA_DEVICE(0x9AC0, info), \
+ INTEL_VGA_DEVICE(0x9AC9, info), \
+ INTEL_VGA_DEVICE(0x9AD9, info), \
+ INTEL_VGA_DEVICE(0x9AF8, info)
#endif /* _I915_PCIIDS_H */