aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2016-01-28 09:04:12 -0500
committerImre Deak <imre.deak@intel.com>2016-02-02 11:23:54 -0500
commit985dd4360fdf2533fe48a33a4a2094f2e4718dc0 (patch)
tree88815d5f38549dfb0bfefbb8258d84832b043bc3 /include/drm
parentbf4f2fb05f89ac50de024b1a5dd0cd0db4a8f845 (diff)
drm/i915/bxt: update list of PCIIDs
Add PCIIDs for new versions of the SOC, based on BSpec. Also add the name of the versions as code comment where this is available. The new versions don't have any changes visible to the kernel driver. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1453989852-13569-1-git-send-email-imre.deak@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/i915_pciids.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index f97020904717..9b48ac1d8543 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -296,7 +296,9 @@
296#define INTEL_BXT_IDS(info) \ 296#define INTEL_BXT_IDS(info) \
297 INTEL_VGA_DEVICE(0x0A84, info), \ 297 INTEL_VGA_DEVICE(0x0A84, info), \
298 INTEL_VGA_DEVICE(0x1A84, info), \ 298 INTEL_VGA_DEVICE(0x1A84, info), \
299 INTEL_VGA_DEVICE(0x5A84, info) 299 INTEL_VGA_DEVICE(0x1A85, info), \
300 INTEL_VGA_DEVICE(0x5A84, info), /* APL HD Graphics 505 */ \
301 INTEL_VGA_DEVICE(0x5A85, info) /* APL HD Graphics 500 */
300 302
301#define INTEL_KBL_GT1_IDS(info) \ 303#define INTEL_KBL_GT1_IDS(info) \
302 INTEL_VGA_DEVICE(0x5913, info), /* ULT GT1.5 */ \ 304 INTEL_VGA_DEVICE(0x5913, info), /* ULT GT1.5 */ \