Blame SOURCES/0002-i965-Removing-PCI-IDs-that-are-no-longer-listed-as-K.patch

fa677b
From 900068c8108607b025c990857580a4e5923b94d4 Mon Sep 17 00:00:00 2001
fa677b
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
fa677b
Date: Thu, 23 Jun 2016 14:38:18 -0700
fa677b
Subject: [PATCH 2/2] i965: Removing PCI IDs that are no longer listed as
fa677b
 Kabylake.
fa677b
fa677b
This is unusual. Usually IDs listed on early stages of platform
fa677b
definition are kept there as reserved for later use.
fa677b
fa677b
However these IDs here are not listed anymore in any of steppings
fa677b
and devices IDs tables for Kabylake on configurations overview
fa677b
section of BSpec.
fa677b
fa677b
So it is better removing them before they become used in any
fa677b
other future platform.
fa677b
fa677b
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
fa677b
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
fa677b
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
fa677b
---
fa677b
 include/pci_ids/i965_pci_ids.h | 5 -----
fa677b
 1 file changed, 5 deletions(-)
fa677b
fa677b
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
fa677b
index 02031ed..189a1c7 100644
fa677b
--- a/include/pci_ids/i965_pci_ids.h
fa677b
+++ b/include/pci_ids/i965_pci_ids.h
fa677b
@@ -153,12 +153,7 @@ CHIPSET(0x5921, kbl_gt2, "Intel(R) Kabylake GT2F")
fa677b
 CHIPSET(0x5923, kbl_gt3, "Intel(R) Kabylake GT3")
fa677b
 CHIPSET(0x5926, kbl_gt3, "Intel(R) Kabylake GT3")
fa677b
 CHIPSET(0x5927, kbl_gt3, "Intel(R) Kabylake GT3")
fa677b
-CHIPSET(0x592A, kbl_gt3, "Intel(R) Kabylake GT3")
fa677b
-CHIPSET(0x592B, kbl_gt3, "Intel(R) Kabylake GT3")
fa677b
-CHIPSET(0x5932, kbl_gt4, "Intel(R) Kabylake GT4")
fa677b
-CHIPSET(0x593A, kbl_gt4, "Intel(R) Kabylake GT4")
fa677b
 CHIPSET(0x593B, kbl_gt4, "Intel(R) Kabylake GT4")
fa677b
-CHIPSET(0x593D, kbl_gt4, "Intel(R) Kabylake GT4")
fa677b
 CHIPSET(0x22B0, chv,     "Intel(R) HD Graphics (Cherryview)")
fa677b
 CHIPSET(0x22B1, chv,     "Intel(R) HD Graphics (Cherryview)")
fa677b
 CHIPSET(0x22B2, chv,     "Intel(R) HD Graphics (Cherryview)")
fa677b
-- 
fa677b
2.7.4
fa677b