Move barrier flush property from csr to cmdQueue

Related-To: NEO-6982, HSD-15010621906

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2023-02-28 12:20:30 +00:00
committed by Compute-Runtime-Automation
parent 072233d170
commit 52d322e738
18 changed files with 119 additions and 90 deletions

View File

@@ -44,7 +44,8 @@ struct DispatchFlagsHelper {
false, // textureCacheFlush
false, // hasStallingCmds
false, // hasRelaxedOrderingDependencies
false // stateCacheInvalidation
false, // stateCacheInvalidation
false // isStallingCommandsOnNextFlushRequired
);
}
};

View File

@@ -124,7 +124,6 @@ class UltCommandStreamReceiver : public CommandStreamReceiverHw<GfxFamily>, publ
using BaseClass::CommandStreamReceiver::samplerCacheFlushRequired;
using BaseClass::CommandStreamReceiver::sbaSupportFlags;
using BaseClass::CommandStreamReceiver::scratchSpaceController;
using BaseClass::CommandStreamReceiver::stallingCommandsOnNextFlushRequired;
using BaseClass::CommandStreamReceiver::submissionAggregator;
using BaseClass::CommandStreamReceiver::tagAddress;
using BaseClass::CommandStreamReceiver::taskCount;