summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2017-03-29 15:50:57 -0700
committerBen Widawsky <ben@bwidawsk.net>2017-03-29 15:50:57 -0700
commita88f3afa578e3803bd504fa31dbced653e4cc944 (patch)
tree98889fa411bac36e117fc0f81d3eb691196cd3ba
parenta63138efa7fc64618394d8c8265f482b9bb66f80 (diff)
drm/i915/cnl: Remove GT4
Squash this in before release Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
-rw-r--r--include/pci_ids/i965_pci_ids.h4
-rw-r--r--src/intel/common/gen_device_info.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
index e848d7636a..9571424d20 100644
--- a/include/pci_ids/i965_pci_ids.h
+++ b/include/pci_ids/i965_pci_ids.h
@@ -200,7 +200,3 @@ CHIPSET(0x5A6B, cnl_gt3, "NOT POR Intel(R) HD Graphics (Cannonlake GT3e)")
CHIPSET(0x5A72, cnl_gt3, "NOT POR Intel(R) HD Graphics (Cannonlake GT3e)")
CHIPSET(0x5A78, cnl_gt3, "NOT POR Intel(R) HD Graphics (Cannonlake GT3e)")
CHIPSET(0x5A7A, cnl_gt3, "NOT POR Intel(R) HD Graphics (Cannonlake GT3e)")
-CHIPSET(0x5A70, cnl_gt4, "Intel(R) HD Graphics (Cannonlake GT4)")
-CHIPSET(0x5A75, cnl_gt4, "Intel(R) HD Graphics (Cannonlake GT4)") /* Desktop */
-CHIPSET(0x5A77, cnl_gt4, "Intel(R) HD Graphics (Cannonlake GT4)") /* Server */
-CHIPSET(0x5A76, cnl_gt4, "Intel(R) HD Graphics (Cannonlake GT4)") /* Workstation */
diff --git a/src/intel/common/gen_device_info.c b/src/intel/common/gen_device_info.c
index fe0e8806a4..4aee445a15 100644
--- a/src/intel/common/gen_device_info.c
+++ b/src/intel/common/gen_device_info.c
@@ -493,10 +493,6 @@ static const struct gen_device_info gen_device_info_cnl_gt3 = {
GEN10_FEATURES(3, 2)
};
-static const struct gen_device_info gen_device_info_cnl_gt4 = {
- GEN10_FEATURES(4, 3)
-};
-
const bool
gen_get_device_info(int devid, struct gen_device_info *devinfo)
{