]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb349c82a22fc2e3d8f1a15f95157248d54ec989a
treedb91022ae6883ec1fd872f74423185de50dd3329
parent10ad4c8c2ce2a3653b9ddd02f2d9939471d3dc84
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]