| Message ID | 20251210005354.44726-20-bryan.odonoghue@linaro.org |
|---|---|
| State | Superseded |
| Headers | show |
| Series |
|
| Related | show |
Bryan O'Donoghue <bryan.odonoghue@linaro.org> writes: > This flag when true indicates that an algorithm should self-initialse > instead of consuming YAML data. > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Again, this patch granularity is too much for my taste, but OK. Reviewed-by: Milan Zamazal <mzamazal@redhat.com> > --- > src/ipa/simple/ipa_context.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h > index c3081e306..03d8007ea 100644 > --- a/src/ipa/simple/ipa_context.h > +++ b/src/ipa/simple/ipa_context.h > @@ -103,6 +103,7 @@ struct IPAContext { > FCQueue<IPAFrameContext> frameContexts; > ControlInfoMap::Map ctrlMap; > bool ccmEnabled = false; > + bool selfInitialising = false; > }; > > } /* namespace ipa::soft */
diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h index c3081e306..03d8007ea 100644 --- a/src/ipa/simple/ipa_context.h +++ b/src/ipa/simple/ipa_context.h @@ -103,6 +103,7 @@ struct IPAContext { FCQueue<IPAFrameContext> frameContexts; ControlInfoMap::Map ctrlMap; bool ccmEnabled = false; + bool selfInitialising = false; }; } /* namespace ipa::soft */
This flag when true indicates that an algorithm should self-initialse instead of consuming YAML data. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- src/ipa/simple/ipa_context.h | 1 + 1 file changed, 1 insertion(+)