diff --git a/shared/source/helpers/definitions/pipe_control_args_base.h b/shared/source/helpers/definitions/pipe_control_args_base.h index c1c1a7aedb..1ce1493e78 100644 --- a/shared/source/helpers/definitions/pipe_control_args_base.h +++ b/shared/source/helpers/definitions/pipe_control_args_base.h @@ -23,6 +23,7 @@ struct PipeControlArgsBase { bool notifyEnable = false; bool workloadPartitionOffset = false; bool amfsFlushEnable = false; + bool unTypedDataPortCacheFlush = false; protected: PipeControlArgsBase() = default;