projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c588ff
)
intel: Remove unused device info for KBL GT1.5
author
Anuj Phogat
<anuj.phogat@gmail.com>
Thu, 31 Aug 2017 18:29:03 +0000
(11:29 -0700)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Wed, 6 Sep 2017 17:09:38 +0000
(10:09 -0700)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/common/gen_device_info.c
patch
|
blob
|
history
diff --git
a/src/intel/common/gen_device_info.c
b/src/intel/common/gen_device_info.c
index c0eb7c3c3562a597d89042b19c47a5006d7df7ad..a9a1399692b7145d21877bfe27e0c2302d7549de 100644
(file)
--- 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,