aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2017-09-20 13:31:26 -0700
committerRodrigo Vivi <[email protected]>2017-09-21 06:22:29 -0700
commit41693fd5237397d3c61b311af0fda1f6f39297c2 (patch)
treedfb2e9af567e05a33804e90404d014adc45b7e7b
parent4babc5e27cfda59e2e257d28628b8d853aea5206 (diff)
drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5
See Mesa commit 9c588ff Cc: Matt Turner <[email protected]> Cc: Rodrigo Vivi <[email protected]> Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Rodrigo Vivi <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/drm/i915_pciids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 1257e15c1a03..972a25633525 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -339,7 +339,6 @@
#define INTEL_KBL_GT1_IDS(info) \
INTEL_VGA_DEVICE(0x5913, info), /* ULT GT1.5 */ \
INTEL_VGA_DEVICE(0x5915, info), /* ULX GT1.5 */ \
- INTEL_VGA_DEVICE(0x5917, info), /* DT GT1.5 */ \
INTEL_VGA_DEVICE(0x5906, info), /* ULT GT1 */ \
INTEL_VGA_DEVICE(0x590E, info), /* ULX GT1 */ \
INTEL_VGA_DEVICE(0x5902, info), /* DT GT1 */ \
@@ -349,6 +348,7 @@
#define INTEL_KBL_GT2_IDS(info) \
INTEL_VGA_DEVICE(0x5916, info), /* ULT GT2 */ \
+ INTEL_VGA_DEVICE(0x5917, info), /* Mobile GT2 */ \
INTEL_VGA_DEVICE(0x5921, info), /* ULT GT2F */ \
INTEL_VGA_DEVICE(0x591E, info), /* ULX GT2 */ \
INTEL_VGA_DEVICE(0x5912, info), /* DT GT2 */ \