summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-03-24 22:09:48 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-03-24 22:09:48 +0000
commit39fbae3c61cc2d78ac5e7c5c471d161fafd53400 (patch)
tree59c3818960e31df11afa95d1353b37c170aa9651
parent03bed1c7ba838af9aa6ab722aeaa070aa4cc70e3 (diff)
Update i915_pciids.h
Sync with kernel commit 7157bb27e79875db5603aa1e30f56e873a8300f9 Author: MichaƂ Winiarski <michal.winiarski@intel.com> Date: Fri Feb 5 13:21:42 2016 +0100 drm/i915/skl: Add missing SKL ids Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/i915_pciids.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i915_pciids.h b/src/i915_pciids.h
index f9702090..9094599a 100644
--- a/src/i915_pciids.h
+++ b/src/i915_pciids.h
@@ -277,7 +277,9 @@
INTEL_VGA_DEVICE(0x191D, info) /* WKS GT2 */
#define INTEL_SKL_GT3_IDS(info) \
+ INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
+ INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
INTEL_VGA_DEVICE(0x192A, info) /* SRV GT3 */
@@ -296,7 +298,9 @@
#define INTEL_BXT_IDS(info) \
INTEL_VGA_DEVICE(0x0A84, info), \
INTEL_VGA_DEVICE(0x1A84, info), \
- INTEL_VGA_DEVICE(0x5A84, info)
+ INTEL_VGA_DEVICE(0x1A85, info), \
+ INTEL_VGA_DEVICE(0x5A84, info), /* APL HD Graphics 505 */ \
+ INTEL_VGA_DEVICE(0x5A85, info) /* APL HD Graphics 500 */
#define INTEL_KBL_GT1_IDS(info) \
INTEL_VGA_DEVICE(0x5913, info), /* ULT GT1.5 */ \