intel/devinfo: adjust subslice array size
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14324>
This commit is contained in:
committed by
Jordan Justen
parent
cd182a31c3
commit
eca7b24e74
@@ -38,7 +38,7 @@ extern "C" {
|
||||
struct drm_i915_query_topology_info;
|
||||
|
||||
#define INTEL_DEVICE_MAX_NAME_SIZE 64
|
||||
#define INTEL_DEVICE_MAX_SLICES (6) /* Maximum on gfx10 */
|
||||
#define INTEL_DEVICE_MAX_SLICES 8
|
||||
#define INTEL_DEVICE_MAX_SUBSLICES (8) /* Maximum on gfx11 */
|
||||
#define INTEL_DEVICE_MAX_EUS_PER_SUBSLICE (16) /* Maximum on gfx12 */
|
||||
#define INTEL_DEVICE_MAX_PIXEL_PIPES (3) /* Maximum on gfx12 */
|
||||
|
||||
Reference in New Issue
Block a user