Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/i915: Add i810/i815 pci-ids for completeness

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>

+8
+8
include/drm/i915_pciids.h
··· 47 47 0x030000, 0xff0000, \ 48 48 (unsigned long) info } 49 49 50 + #define INTEL_I810_IDS(info) \ 51 + INTEL_VGA_DEVICE(0x7121, info), /* I810 */ \ 52 + INTEL_VGA_DEVICE(0x7123, info), /* I810_DC100 */ \ 53 + INTEL_VGA_DEVICE(0x7125, info) /* I810_E */ 54 + 55 + #define INTEL_I815_IDS(info) \ 56 + INTEL_VGA_DEVICE(0x1132, info) /* I815*/ 57 + 50 58 #define INTEL_I830_IDS(info) \ 51 59 INTEL_VGA_DEVICE(0x3577, info) 52 60