mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
9c588ffdfb
commit
4c4c28ca70
1 changed files with 0 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue