Refactor LriHelper class

Related-To: NEO-4338

Change-Id: Ie6387ff5f35df569fe1d9492b35e2acbc93e0393
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2020-04-28 16:48:23 +02:00
committed by sys_ocldev
parent 537ffbcb00
commit 1bb0134a6c
16 changed files with 83 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ void PreemptionHelper::programCmdStream<GfxFamily>(LinearStream &cmdStream, Pree
regVal = PreemptionConfig<GfxFamily>::cmdLevelVal;
}
LriHelper<GfxFamily>::program(&cmdStream, PreemptionConfig<GfxFamily>::mmioAddress, regVal);
LriHelper<GfxFamily>::program(&cmdStream, PreemptionConfig<GfxFamily>::mmioAddress, regVal, false);
}
template <>