mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
fix: don't program dummy blit prior to MI_FLUSH_DW without postsync
add missing dummy blits before MI_FLUSH_DW with postsync Related-To: NEO-9996 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6751d19c19
commit
80aa55a3cb
@@ -1001,7 +1001,9 @@ void EncodeMiFlushDW<GfxFamily>::appendWa(LinearStream &commandStream, MiFlushAr
|
||||
template <typename Family>
|
||||
void EncodeMiFlushDW<Family>::programWithWa(LinearStream &commandStream, uint64_t immediateDataGpuAddress, uint64_t immediateData,
|
||||
MiFlushArgs &args) {
|
||||
UNRECOVERABLE_IF(args.waArgs.isWaRequired && !args.commandWithPostSync);
|
||||
appendWa(commandStream, args);
|
||||
args.waArgs.isWaRequired = false;
|
||||
|
||||
auto miFlushDwCmd = commandStream.getSpaceForCmd<MI_FLUSH_DW>();
|
||||
MI_FLUSH_DW miFlush = Family::cmdInitMiFlushDw;
|
||||
|
||||
Reference in New Issue
Block a user