intel/dev: Bump Max EU per subslice/dualsubslice
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 23 Oct 2020 08:40:00 +0000 (11:40 +0300)
committerMarge Bot <eric+marge@anholt.net>
Fri, 30 Oct 2020 08:22:26 +0000 (08:22 +0000)
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@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7288>

src/intel/dev/gen_device_info.h

index 7727dac..73af2ca 100644 (file)
@@ -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 */
 
 /**