summaryrefslogtreecommitdiff
path: root/lib/i915_pciids.h
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/i915_pciids.h
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/i915_pciids.h')
-rw-r--r--lib/i915_pciids.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index 71cce607..8109e73f 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -346,6 +346,15 @@
INTEL_VGA_DEVICE(0x3E9B, info), /* Halo GT2 */ \
INTEL_VGA_DEVICE(0x3E94, info) /* Halo GT2 */
+#define INTEL_CNL_U_GT2_IDS(info) \
+ INTEL_VGA_DEVICE(0x5A52, info), \
+ INTEL_VGA_DEVICE(0x5A5A, info), \
+ INTEL_VGA_DEVICE(0x5A42, info), \
+ INTEL_VGA_DEVICE(0x5A4A, info)
+
+#define INTEL_CNL_IDS(info) \
+ INTEL_CNL_U_GT2_IDS(info)
+
#define INTEL_CFL_U_IDS(info) \
INTEL_VGA_DEVICE(0x3EA5, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x3EA6, info), /* ULT GT3 */ \