intel: Remove unused device info for KBL GT1.5
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user