intel/dev: set default num_eu_per_subslice on gen12
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 30 Oct 2019 22:03:30 +0000 (00:03 +0200)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 30 Oct 2019 22:30:09 +0000 (22:30 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 8125d7960b ("intel/dev: Add preliminary device info for Tigerlake")
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/dev/gen_device_info.c

index 755718e5d2b2ec39a81dec77eef016101fe61abd..db9381611a656b1bda49bd9ad9bb0817503c8add 100644 (file)
@@ -1043,7 +1043,8 @@ static const struct gen_device_info gen_device_info_ehl_2x4 = {
    .gt = _gt, .num_slices = _slices, .l3_banks = _l3,           \
    .simulator_id = 22,                                          \
    .urb.size = (_gt) == 1 ? 512 : 1024,                         \
-   .num_subslices = _dual_subslices
+   .num_subslices = _dual_subslices,                            \
+   .num_eu_per_subslice = 16
 
 #define dual_subslices(args...) { args, }