Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>tags/17.3-branchpoint
.l3_banks = 2, | .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 = { | static const struct gen_device_info gen_device_info_kbl_gt2 = { | ||||
GEN9_FEATURES, | GEN9_FEATURES, | ||||
.is_kabylake = true, | .is_kabylake = true, |