mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
Refactor LriHelper class
Related-To: NEO-4338 Change-Id: Ie6387ff5f35df569fe1d9492b35e2acbc93e0393 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
537ffbcb00
commit
1bb0134a6c
@@ -61,7 +61,7 @@ void PreemptionHelper::programCmdStream(LinearStream &cmdStream, PreemptionMode
|
||||
regVal = PreemptionConfig<GfxFamily>::cmdLevelVal | PreemptionConfig<GfxFamily>::mask;
|
||||
}
|
||||
|
||||
LriHelper<GfxFamily>::program(&cmdStream, PreemptionConfig<GfxFamily>::mmioAddress, regVal);
|
||||
LriHelper<GfxFamily>::program(&cmdStream, PreemptionConfig<GfxFamily>::mmioAddress, regVal, true);
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user