mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
Do not reprogram SBA if CSR is not multi os context capable
Related-To: NEO-5459 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d9b1601148
commit
cb4db7767e
@@ -375,7 +375,7 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushTask(
|
||||
latestSentStatelessMocsConfig = mocsIndex;
|
||||
}
|
||||
|
||||
if (dispatchFlags.useGlobalAtomics != lastSentUseGlobalAtomics) {
|
||||
if (isMultiOsContextCapable() && (dispatchFlags.useGlobalAtomics != lastSentUseGlobalAtomics)) {
|
||||
isStateBaseAddressDirty = true;
|
||||
lastSentUseGlobalAtomics = dispatchFlags.useGlobalAtomics;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user