mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
Increase GT_MAX_DUALSUBSLICE_PER_SLICE value
Future IP can have more DSS per slice, so increase the maximum.
This commit is contained in:
@ -22,8 +22,8 @@ SPDX-License-Identifier: MIT
|
|||||||
#define GT_MAX_SUBSLICE_PER_SLICE (8)
|
#define GT_MAX_SUBSLICE_PER_SLICE (8)
|
||||||
#define GT_MAX_VDBOX (2)
|
#define GT_MAX_VDBOX (2)
|
||||||
#define GT_MAX_VEBOX (2)
|
#define GT_MAX_VEBOX (2)
|
||||||
#define GT_MAX_SUBSLICE_PER_DSS (2) // Currently max value based on Gen12
|
#define GT_MAX_SUBSLICE_PER_DSS (2)
|
||||||
#define GT_MAX_DUALSUBSLICE_PER_SLICE (6) // Currently max value based on Gen12LP
|
#define GT_MAX_DUALSUBSLICE_PER_SLICE (8)
|
||||||
|
|
||||||
typedef struct GT_SUBSLICE_INFO
|
typedef struct GT_SUBSLICE_INFO
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user