[v7,19/26] ipa: software_isp: Add a selfInitialising flag to IPAContext
diff mbox series

Message ID 20251210005354.44726-20-bryan.odonoghue@linaro.org
State Superseded
Headers show
Series
  • Add GLES 2.0 GPUISP to libcamera
Related show

Commit Message

Bryan O'Donoghue Dec. 10, 2025, 12:53 a.m. UTC
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(+)

Comments

Milan Zamazal Dec. 10, 2025, 4:27 p.m. UTC | #1
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 */

Patch
diff mbox series

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 */