From: jsg Date: Mon, 6 Feb 2023 23:40:53 +0000 (+0000) Subject: match on another Elkhart Lake id X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=77d92bcf7ea9b73fe412dbd9fc413cee0105b2ad;p=openbsd match on another Elkhart Lake id Noticed when looking at the datasheet. Merged into drm-intel-next. --- 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 */