mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Enabling MTP on Gen12LP
Change-Id: I0ca08ea8dba3f34b5404ea598a16541d0128b37a Signed-off-by: Koska <andrzej.koska@intel.com> Related-To: NEO-4785
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user