[Mesa-dev] [PATCH 4/5] intel: Remove unused device info for KBL GT1.5

Anuj Phogat anuj.phogat at gmail.com
Tue Sep 5 22:46:04 UTC 2017


Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
---
 src/intel/common/gen_device_info.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/intel/common/gen_device_info.c b/src/intel/common/gen_device_info.c
index c0eb7c3..a9a1399 100644
--- a/src/intel/common/gen_device_info.c
+++ b/src/intel/common/gen_device_info.c
@@ -574,17 +574,6 @@ static const struct gen_device_info gen_device_info_kbl_gt1 = {
    .l3_banks = 2,
 };
 
-static const struct gen_device_info gen_device_info_kbl_gt1_5 = {
-   GEN9_FEATURES,
-   .is_kabylake = true,
-   .gt = 1,
-
-   .max_cs_threads = 7 * 6,
-   .num_slices = 1,
-   .num_subslices = { 3, },
-   .l3_banks = 4,
-};
-
 static const struct gen_device_info gen_device_info_kbl_gt2 = {
    GEN9_FEATURES,
    .is_kabylake = true,
-- 
2.9.4



More information about the mesa-dev mailing list