drm/i915: Add i810/i815 pci-ids for completeness
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 13 Mar 2017 11:28:10 +0000 (11:28 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 17 Mar 2017 17:09:06 +0000 (17:09 +0000)
To improve our historical record and to simplify userspace that wants to
include i915_pciids.h as its canonical breakdown of PCI IDs and their
respective generations, include the gen1 ids for i810 and i815.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170313112810.4202-1-chris@chris-wilson.co.uk
Acked-by: Jani Nikula <jani.nikula@intel.com>
include/drm/i915_pciids.h

index 466c71592a6f30e068319a41d537b3e60d822eee..27e0dbaa6c0eefe145296ca7edc6d11c7f187370 100644 (file)
        0x030000, 0xff0000,                     \
        (unsigned long) info }
 
+#define INTEL_I810_IDS(info)                                   \
+       INTEL_VGA_DEVICE(0x7121, info), /* I810 */              \
+       INTEL_VGA_DEVICE(0x7123, info), /* I810_DC100 */        \
+       INTEL_VGA_DEVICE(0x7125, info)  /* I810_E */
+
+#define INTEL_I815_IDS(info)                                   \
+       INTEL_VGA_DEVICE(0x1132, info)  /* I815*/
+
 #define INTEL_I830_IDS(info)                           \
        INTEL_VGA_DEVICE(0x3577, info)