Revert "intel: Remove unused device info for KBL GT1.5"
authorAnuj Phogat <anuj.phogat@gmail.com>
Thu, 21 Sep 2017 21:10:00 +0000 (14:10 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Thu, 21 Sep 2017 21:12:19 +0000 (14:12 -0700)
This reverts commit 4c4c28ca70b2267a2563047e35498b1c9252664f.

GT1.5 device info is required for few reserved pci-id's.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/common/gen_device_info.c

index a9a1399692b7145d21877bfe27e0c2302d7549de..c0eb7c3c3562a597d89042b19c47a5006d7df7ad 100644 (file)
@@ -574,6 +574,17 @@ 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,