mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
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:
committed by
Compute-Runtime-Automation
parent
072233d170
commit
52d322e738
@@ -44,7 +44,8 @@ struct DispatchFlagsHelper {
|
||||
false, // textureCacheFlush
|
||||
false, // hasStallingCmds
|
||||
false, // hasRelaxedOrderingDependencies
|
||||
false // stateCacheInvalidation
|
||||
false, // stateCacheInvalidation
|
||||
false // isStallingCommandsOnNextFlushRequired
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user