aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2017-06-06 13:30:33 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2017-06-07 07:28:40 -0700
commit95578277cbdb60e3c68cb92c843cafc1f77c4f55 (patch)
tree3c442f91affce9c45f1cfb643b8c1c15a58b0387 /include/drm
parentdrm/i915/cnl: Add Cannonlake PCI IDs for U-skus. (diff)
downloadwireguard-linux-95578277cbdb60e3c68cb92c843cafc1f77c4f55.tar.xz
wireguard-linux-95578277cbdb60e3c68cb92c843cafc1f77c4f55.zip
drm/i915/cnl: Add Cannonlake PCI IDs for Y-skus.
By the Spec all CNL Y skus are 2+2, i.e. GT2. v2: Really include the PCI IDs to the picidlist[]; Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-4-git-send-email-rodrigo.vivi@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/i915_pciids.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 7f1bb3b0ce5b..7d2696a6588e 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -341,7 +341,17 @@
INTEL_VGA_DEVICE(0x5A42, info), \
INTEL_VGA_DEVICE(0x5A4A, info)
+/* CNL Y 2+2 */
+#define INTEL_CNL_Y_GT2_IDS(info) \
+ INTEL_VGA_DEVICE(0x5A51, info), \
+ INTEL_VGA_DEVICE(0x5A59, info), \
+ INTEL_VGA_DEVICE(0x5A41, info), \
+ INTEL_VGA_DEVICE(0x5A49, info), \
+ INTEL_VGA_DEVICE(0x5A71, info), \
+ INTEL_VGA_DEVICE(0x5A79, info)
+
#define INTEL_CNL_IDS(info) \
- INTEL_CNL_U_GT2_IDS(info)
+ INTEL_CNL_U_GT2_IDS(info), \
+ INTEL_CNL_Y_GT2_IDS(info)
#endif /* _I915_PCIIDS_H */