aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2016-06-23 17:50:36 -0400
committerRodrigo Vivi <rodrigo.vivi@intel.com>2016-06-28 19:18:00 -0400
commita922eb8d4581c883c37ce6e12dca9ff2cb1ea723 (patch)
treeeec2ed35533e36caf2e7f21e34029bcd96e26f93
parent33d9391d3020e069dca98fa87a604c037beb2b9e (diff)
drm/i915: Removing PCI IDs that are no longer listed as Kabylake.
This is unusual. Usually IDs listed on early stages of platform definition are kept there as reserved for later use. However these IDs here are not listed anymore in any of steppings and devices IDs tables for Kabylake on configurations overview section of BSpec. So it is better removing them before they become used in any other future platform. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1466718636-19675-2-git-send-email-rodrigo.vivi@intel.com
-rw-r--r--include/drm/i915_pciids.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 87dde1c48fbf..33466bfc6440 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -325,15 +325,10 @@
325#define INTEL_KBL_GT3_IDS(info) \ 325#define INTEL_KBL_GT3_IDS(info) \
326 INTEL_VGA_DEVICE(0x5923, info), /* ULT GT3 */ \ 326 INTEL_VGA_DEVICE(0x5923, info), /* ULT GT3 */ \
327 INTEL_VGA_DEVICE(0x5926, info), /* ULT GT3 */ \ 327 INTEL_VGA_DEVICE(0x5926, info), /* ULT GT3 */ \
328 INTEL_VGA_DEVICE(0x5927, info), /* ULT GT3 */ \ 328 INTEL_VGA_DEVICE(0x5927, info) /* ULT GT3 */
329 INTEL_VGA_DEVICE(0x592B, info), /* Halo GT3 */ \
330 INTEL_VGA_DEVICE(0x592A, info) /* SRV GT3 */
331 329
332#define INTEL_KBL_GT4_IDS(info) \ 330#define INTEL_KBL_GT4_IDS(info) \
333 INTEL_VGA_DEVICE(0x5932, info), /* DT GT4 */ \ 331 INTEL_VGA_DEVICE(0x593B, info) /* Halo GT4 */
334 INTEL_VGA_DEVICE(0x593B, info), /* Halo GT4 */ \
335 INTEL_VGA_DEVICE(0x593A, info), /* SRV GT4 */ \
336 INTEL_VGA_DEVICE(0x593D, info) /* WKS GT4 */
337 332
338#define INTEL_KBL_IDS(info) \ 333#define INTEL_KBL_IDS(info) \
339 INTEL_KBL_GT1_IDS(info), \ 334 INTEL_KBL_GT1_IDS(info), \