From 578c645406d59138029fa6ef343fcc87c2d95d4c Mon Sep 17 00:00:00 2001 From: José Roberto de Souza Date: Tue, 19 Jun 2018 15:56:06 -0700 Subject: lib: sync with the newer i915_pciids.h from the Kernel (WHL + AML) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: José Roberto de Souza Reviewed-by: Rodrigo Vivi Signed-off-by: Rodrigo Vivi --- lib/intel_device_info.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/intel_device_info.c') 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), -- cgit v1.2.3