summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-02-06 23:40:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-02-06 23:40:54 +0000
commit2b3a00ffe4f53dbbfd9a3e5907bcf223bd72c1d6 (patch)
tree8a747643b30557729beb1109996bfe77618d0a53 /sys/dev
parentf81e1b3cfd5f3d2971ef2bc7f05ebc4150fccb38 (diff)
match on another Elkhart Lake id
Noticed when looking at the datasheet. Merged into drm-intel-next.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/drm/i915/i915_devlist.h1
-rw-r--r--sys/dev/pci/drm/include/drm/i915_pciids.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915/i915_devlist.h b/sys/dev/pci/drm/i915/i915_devlist.h
index 3b7d941d2c0..0b0dfba5b30 100644
--- a/sys/dev/pci/drm/i915/i915_devlist.h
+++ b/sys/dev/pci/drm/i915/i915_devlist.h
@@ -248,6 +248,7 @@ static const struct pci_matchid i915_devices[] = {
{ 0x8086, 0x4551 },
{ 0x8086, 0x4555 },
{ 0x8086, 0x4557 },
+ { 0x8086, 0x4570 },
{ 0x8086, 0x4571 },
{ 0x8086, 0x4e51 },
{ 0x8086, 0x4e55 },
diff --git a/sys/dev/pci/drm/include/drm/i915_pciids.h b/sys/dev/pci/drm/include/drm/i915_pciids.h
index 4a4c190f769..92205054e54 100644
--- a/sys/dev/pci/drm/include/drm/i915_pciids.h
+++ b/sys/dev/pci/drm/include/drm/i915_pciids.h
@@ -588,6 +588,7 @@
INTEL_VGA_DEVICE(0x4551, info), \
INTEL_VGA_DEVICE(0x4555, info), \
INTEL_VGA_DEVICE(0x4557, info), \
+ INTEL_VGA_DEVICE(0x4570, info), \
INTEL_VGA_DEVICE(0x4571, info)
/* JSL */