Module: Mesa Branch: master Commit: e02c181bfdc554f298f861bb39d20f0bfd7c2dca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e02c181bfdc554f298f861bb39d20f0bfd7c2dca
Author: Lionel Landwerlin <lionel.g.landwer...@intel.com> Date: Thu Oct 31 00:03:30 2019 +0200 intel/dev: set default num_eu_per_subslice on gen12 Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com> Fixes: 8125d7960b ("intel/dev: Add preliminary device info for Tigerlake") Acked-by: Jason Ekstrand <ja...@jlekstrand.net> --- src/intel/dev/gen_device_info.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c index 755718e5d2b..db9381611a6 100644 --- a/src/intel/dev/gen_device_info.c +++ b/src/intel/dev/gen_device_info.c @@ -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, } _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit