Enabling MTP on Gen12LP

Change-Id: I0ca08ea8dba3f34b5404ea598a16541d0128b37a
Signed-off-by: Koska <andrzej.koska@intel.com>
Related-To: NEO-4785
This commit is contained in:
Koska
2020-06-18 14:24:59 +02:00
committed by sys_ocldev
parent fb6df89009
commit 354720743b
16 changed files with 104 additions and 9 deletions

View File

@@ -372,6 +372,9 @@ HWCMDTEST_F(IGFX_GEN8_CORE, MidThreadPreemptionTests, givenDirtyCsrStateWhenStat
EXPECT_NE(hwParser.cmdList.end(), stateSipItor);
auto stateSipAfterSBA = ++stateBaseAddressItor;
while ((stateSipAfterSBA != hwParser.cmdList.end()) && (*stateSipAfterSBA != *stateSipItor)) {
stateSipAfterSBA = ++stateBaseAddressItor;
}
EXPECT_EQ(*stateSipAfterSBA, *stateSipItor);
alignedFree(buffer);