drm/i915: split PCI IDs out into i915_drm.h v4
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 26 Jul 2013 20:32:51 +0000 (13:32 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Sep 2013 17:17:56 +0000 (19:17 +0200)
commita0a1807544fe59b42d3760ee912ea4c6741298f5
treedb91022ae6883ec1fd872f74423185de50dd3329
parentfac15c108248e8d592fb8f4cbcf26d98b3485526
drm/i915: split PCI IDs out into i915_drm.h v4

For use by userspace (at some point in the future) and other kernel code.

v2: move PCI IDs to uabi (Chris)
    move PCI IDs to drm/ (Dave)
v3: fixup Quanta detection - needs to come first (Daniel)
v4: fix up PCI match structure init for easier use by userspace (Chris)

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c
include/drm/i915_drm.h
include/drm/i915_pciids.h [new file with mode: 0644]