mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +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
@@ -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 <>
|
||||
|
||||
Reference in New Issue
Block a user