Set MaxDualSubSlicesSupported in ProductHelper::configureHwInfoDrm

Related-To: NEO-7635

Signed-off-by: Jim Snow <jim.m.snow@intel.com>
This commit is contained in:
Jim Snow
2023-01-21 06:51:06 +00:00
committed by Compute-Runtime-Automation
parent 575aacabc9
commit f3565d846c
2 changed files with 2 additions and 1 deletions

View File

@@ -402,7 +402,7 @@ HWTEST2_F(HwConfigLinux, GivenDifferentValuesFromTopologyQueryWhenConfiguringHwI
EXPECT_EQ(6u, outHwInfo.gtSystemInfo.MaxEuPerSubSlice); // MaxEuPerSubslice is preserved
EXPECT_EQ(static_cast<uint32_t>(drm->storedSVal), outHwInfo.gtSystemInfo.MaxSlicesSupported);
EXPECT_EQ(hwInfo.gtSystemInfo.MaxDualSubSlicesSupported, outHwInfo.gtSystemInfo.MaxDualSubSlicesSupported);
EXPECT_EQ(outHwInfo.gtSystemInfo.MaxSubSlicesSupported, outHwInfo.gtSystemInfo.MaxDualSubSlicesSupported);
hwInfo.gtSystemInfo.MaxEuPerSubSlice = 0;