match on another Elkhart Lake id
authorjsg <jsg@openbsd.org>
Mon, 6 Feb 2023 23:40:53 +0000 (23:40 +0000)
committerjsg <jsg@openbsd.org>
Mon, 6 Feb 2023 23:40:53 +0000 (23:40 +0000)
Noticed when looking at the datasheet.  Merged into drm-intel-next.

sys/dev/pci/drm/i915/i915_devlist.h
sys/dev/pci/drm/include/drm/i915_pciids.h

index 3b7d941..0b0dfba 100644 (file)
@@ -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 },
index 4a4c190..9220505 100644 (file)
        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 */