summaryrefslogtreecommitdiff
path: root/lib/intel_device_info.c
diff options
context:
space:
mode:
authorJosé Roberto de Souza <jose.souza@intel.com>2018-06-19 15:56:06 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2018-06-19 16:19:50 -0700
commit578c645406d59138029fa6ef343fcc87c2d95d4c (patch)
tree6ca0d0320dc1a00f9b4c3c8a315a0403aa294224 /lib/intel_device_info.c
parent9ab9268fa7eeda0a7ea6eb2ab02bb6c5b9c91ba0 (diff)
lib: sync with the newer i915_pciids.h from the Kernel (WHL + AML)
I just copied the Kernel file into the IGT repository and updated lib/intel_device_info.c. Changes: - b9be78531d27 - drm/i915/whl: Introducing Whiskey Lake platform - e364672477a1 - drm/i915/aml: Introducing Amber Lake platform v2: Ops, I forgot to add lib/intel_device_info.c changes. Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'lib/intel_device_info.c')
-rw-r--r--lib/intel_device_info.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index cc417ed5..5233be21 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -345,15 +345,18 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_KBL_GT2_IDS(&intel_kabylake_gt2_info),
INTEL_KBL_GT3_IDS(&intel_kabylake_gt3_info),
INTEL_KBL_GT4_IDS(&intel_kabylake_gt4_info),
+ INTEL_AML_GT2_IDS(&intel_kabylake_gt2_info),
INTEL_GLK_IDS(&intel_geminilake_info),
INTEL_CFL_S_GT1_IDS(&intel_coffeelake_gt1_info),
- INTEL_CFL_U_GT1_IDS(&intel_coffeelake_gt1_info),
INTEL_CFL_S_GT2_IDS(&intel_coffeelake_gt2_info),
INTEL_CFL_H_GT2_IDS(&intel_coffeelake_gt2_info),
INTEL_CFL_U_GT2_IDS(&intel_coffeelake_gt2_info),
INTEL_CFL_U_GT3_IDS(&intel_coffeelake_gt3_info),
+ INTEL_WHL_U_GT1_IDS(&intel_coffeelake_gt1_info),
+ INTEL_WHL_U_GT2_IDS(&intel_coffeelake_gt2_info),
+ INTEL_WHL_U_GT3_IDS(&intel_coffeelake_gt3_info),
INTEL_CNL_IDS(&intel_cannonlake_info),