summaryrefslogtreecommitdiff
path: root/lib/intel_device_info.c
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2017-01-04 15:36:05 -0800
committerRodrigo Vivi <rodrigo.vivi@intel.com>2017-06-30 08:35:05 -0700
commit91fc531022203edf768fc6885c230544bd1b3621 (patch)
tree3d8af02075b643aa0aa6ff707de3a9662ca8db76 /lib/intel_device_info.c
parent23536e0e07493c3e2a5f5163de8c9143afe4a27f (diff)
lib/cnl: Add Cannonlake PCI IDs for U-skus.
Platform enabling and its power-on are organized in different skus (U x Y x S x H, etc). So instead of organizing it in GT1 x GT2 x GT3 let's also use the platform sku. This is also the new Spec style what makes the review much more easy and straightforward. This is a copy of merged i915's commit e918d79a5d0a ("drm/i915/cnl: Add Cannonlake PCI IDs for U-skus.") v2: Based on Anusha's kernel clean-up. v3: Add kernel commit id for reference. Cc: Anusha Srivatsa <anusha.srivatsa@intel.com> Cc: Clinton Taylor <clinton.a.taylor@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Clinton Taylor <clinton.a.taylor@intel.com>
Diffstat (limited to 'lib/intel_device_info.c')
-rw-r--r--lib/intel_device_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
index dda5d112..8ea19f21 100644
--- a/lib/intel_device_info.c
+++ b/lib/intel_device_info.c
@@ -249,6 +249,8 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_CFL_IDS(&intel_coffeelake_info),
+ INTEL_CNL_IDS(&intel_cannonlake_info),
+
INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
};