Update PipeControlArgs struct

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-11-19 13:51:46 +00:00
committed by Compute-Runtime-Automation
parent daee75aa85
commit 97af428866

View File

@@ -23,6 +23,7 @@ struct PipeControlArgsBase {
bool notifyEnable = false;
bool workloadPartitionOffset = false;
bool amfsFlushEnable = false;
bool unTypedDataPortCacheFlush = false;
protected:
PipeControlArgsBase() = default;