Mesa (staging/19.3): intel/dev: set default num_eu_per_subslice on gen12

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 22:15:29 UTC 2019


Module: Mesa
Branch: staging/19.3
Commit: 084926926c678a8b6e10eb6f99f02a89c9f11a6b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=084926926c678a8b6e10eb6f99f02a89c9f11a6b

Author: Lionel Landwerlin <lionel.g.landwerlin at 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.landwerlin at intel.com>
Fixes: 8125d7960b ("intel/dev: Add preliminary device info for Tigerlake")
Acked-by: Jason Ekstrand <jason at jlekstrand.net>
(cherry picked from commit e02c181bfdc554f298f861bb39d20f0bfd7c2dca)

---

 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, }
 




More information about the mesa-commit mailing list