mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
fix: don't program dummy blit when no copy command was programmed
Related-To: NEO-9996, NEO-10571 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6ac90f76c5
commit
a22cefdaed
@@ -1116,7 +1116,6 @@ 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user