summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2016-12-20 13:45:25 +0200
committerAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2017-01-03 13:42:37 +0200
commit770fd185eb7c878d7d1e16af4aa4f456a264d148 (patch)
tree7e4d439a9237d5b497f15d33bd4842e339d7f338 /overlay
parente5e8b7cecc5a03f4db5ec4a63e9bea28fd125e9b (diff)
lib/i915_pciids.h: Update to latest version wich includes GLK ids
Copy the include/drm/i915_pciids.h file from following kernel commit, which includes Geminilake PCI IDs. commit 8363e3c3947d0e22955f94a6a87e4f17ce5087b4 Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Date: Thu Nov 10 17:23:08 2016 +0200 drm/i915/glk: Add Geminilake PCI IDs Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/igfx.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/overlay/igfx.c b/overlay/igfx.c
index 4a9181ce..6d82bc8d 100644
--- a/overlay/igfx.c
+++ b/overlay/igfx.c
@@ -145,14 +145,11 @@ static const struct pci_id_match match[] = {
INTEL_IVB_D_IDS(&ivybridge_info),
INTEL_IVB_M_IDS(&ivybridge_info),
- INTEL_HSW_D_IDS(&haswell_info),
- INTEL_HSW_M_IDS(&haswell_info),
+ INTEL_HSW_IDS(&haswell_info),
- INTEL_VLV_D_IDS(&valleyview_info),
- INTEL_VLV_M_IDS(&valleyview_info),
+ INTEL_VLV_IDS(&valleyview_info),
- INTEL_BDW_D_IDS(&broadwell_info),
- INTEL_BDW_M_IDS(&broadwell_info),
+ INTEL_BDW_IDS(&broadwell_info),
INTEL_CHV_IDS(&cherryview_info),