diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-26 01:36:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-26 01:36:03 +0000 |
commit | e600be0b0a1979889ebc3b3e6129a87fb3e00ee8 (patch) | |
tree | 6feb03eef9e071609a981b045f935633c941c156 /sys/dev/pci | |
parent | 85370256f90b6531f12ac3b4a770afdc7caff9f7 (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.h | 4 |
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 */ |