Flush tlb on BCS direct submission

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-07-29 06:40:42 +00:00
committed by Compute-Runtime-Automation
parent cb178f951e
commit dbf9198186
13 changed files with 45 additions and 49 deletions

View File

@@ -12,6 +12,7 @@ struct MiFlushArgs {
bool timeStampOperation = false;
bool commandWithPostSync = false;
bool notifyEnable = false;
bool tlbFlush = false;
MiFlushArgs() = default;
};