diff options
author | Jordan Justen <[email protected]> | 2017-09-14 13:39:46 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2019-08-28 13:38:33 -0700 |
commit | 4d2e390a658f4a7dbe678a6329532c11eeb1a936 (patch) | |
tree | 5ea2800f3eec8984d6a9ff4fbc5054601e7ceb73 /src | |
parent | bdeb498070263f3a58fc23f4aa8c15fe2fffc296 (diff) |
intel/l3: Don't assert on gen12 (use gen11 config temporarily)
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Acked-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/common/gen_l3_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/gen_l3_config.c b/src/intel/common/gen_l3_config.c index 1c0cb55fbc3..e8db6d5ec06 100644 --- a/src/intel/common/gen_l3_config.c +++ b/src/intel/common/gen_l3_config.c @@ -170,6 +170,7 @@ get_l3_configs(const struct gen_device_info *devinfo) return cnl_l3_configs; case 11: + case 12: return icl_l3_configs; default: |