summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-05-26 01:36:03 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-05-26 01:36:03 +0000
commite600be0b0a1979889ebc3b3e6129a87fb3e00ee8 (patch)
tree6feb03eef9e071609a981b045f935633c941c156 /sys/dev/pci
parent85370256f90b6531f12ac3b4a770afdc7caff9f7 (diff)
drm/i915: Add RPL-S PCI IDs
From Tejas Upadhyay 756b807f6a3e01d238c346925006cdfd6a59e341 in mainline linux
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/drm/include/drm/i915_pciids.h4
1 files changed, 3 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 533890dc9da..0800dc8b98b 100644
--- a/sys/dev/pci/drm/include/drm/i915_pciids.h
+++ b/sys/dev/pci/drm/include/drm/i915_pciids.h
@@ -679,6 +679,8 @@
INTEL_VGA_DEVICE(0xA782, info), \
INTEL_VGA_DEVICE(0xA783, info), \
INTEL_VGA_DEVICE(0xA788, info), \
- INTEL_VGA_DEVICE(0xA789, info)
+ INTEL_VGA_DEVICE(0xA789, info), \
+ INTEL_VGA_DEVICE(0xA78A, info), \
+ INTEL_VGA_DEVICE(0xA78B, info)
#endif /* _I915_PCIIDS_H */