Mesa (staging/20.2): intel/dev: Bump Max EU per subslice/dualsubslice

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 2 16:09:39 UTC 2020


Module: Mesa
Branch: staging/20.2
Commit: 833d68899a8c6dfeb89ae721b79cf5a0afabc105
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=833d68899a8c6dfeb89ae721b79cf5a0afabc105

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Fri Oct 23 11:40:00 2020 +0300

intel/dev: Bump Max EU per subslice/dualsubslice

This isn't a problem right now because the previous max would give the
same result when aligned to a byte (8bits).

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7288>
(cherry picked from commit b03c86a71f365e9f0440850761462ddbc442f816)

---

 .pick_status.json               | 2 +-
 src/intel/dev/gen_device_info.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index f1c05714c98..774670e039c 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -661,7 +661,7 @@
         "description": "intel/dev: Bump Max EU per subslice/dualsubslice",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": null
     },
diff --git a/src/intel/dev/gen_device_info.h b/src/intel/dev/gen_device_info.h
index d3514a195e7..e94f1f40f65 100644
--- a/src/intel/dev/gen_device_info.h
+++ b/src/intel/dev/gen_device_info.h
@@ -38,7 +38,7 @@ struct drm_i915_query_topology_info;
 
 #define GEN_DEVICE_MAX_SLICES           (6)  /* Maximum on gen10 */
 #define GEN_DEVICE_MAX_SUBSLICES        (8)  /* Maximum on gen11 */
-#define GEN_DEVICE_MAX_EUS_PER_SUBSLICE (10) /* Maximum on Haswell */
+#define GEN_DEVICE_MAX_EUS_PER_SUBSLICE (16) /* Maximum on gen12 */
 #define GEN_DEVICE_MAX_PIXEL_PIPES      (2)  /* Maximum on gen11 */
 
 /**



More information about the mesa-commit mailing list