From 6651a03e627d5ad0f96a0da07b598b9cb8945793 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 11 Jun 2015 10:06:45 +0100 Subject: Add Broxton PCI ids Syncs up to kernel commit ee87697f8bc4da0aea6fe1a825c734fb5e4a5b3b Author: Damien Lespiau Date: Fri May 15 19:43:56 2015 +0100 drm/i915/bxt: Update the Broxton PCI ids and, importantly, including kernel commit 1347f5b46a270db1991625f9f57af91e23a4b512 Author: Damien Lespiau Date: Tue Mar 17 11:39:27 2015 +0200 drm/i915/bxt: Add BXT PCI id Signed-off-by: Damien Lespiau Signed-off-by: Chris Wilson --- src/intel_module.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/intel_module.c') diff --git a/src/intel_module.c b/src/intel_module.c index 689c0dda..d3dca833 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -126,6 +126,9 @@ static const struct intel_device_info intel_skylake_info = { .gen = 0110, }; +static const struct intel_device_info intel_broxton_info = { + .gen = 0111, +}; static const SymTabRec intel_chipsets[] = { {PCI_CHIP_I810, "i810"}, @@ -324,6 +327,8 @@ static const struct pci_id_match intel_device_match[] = { INTEL_SKL_IDS(&intel_skylake_info), + INTEL_BXT_IDS(&intel_broxton_info), + INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info), #endif -- cgit v1.2.3