From db1571169285ce7eac3f5b7e2d823d5d710d12ee Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 26 Aug 2024 18:17:02 +0200 Subject: ipa: rkisp1: Pass parameters buffer format to IPA module The rkisp1 driver supports two formats for the ISP parameters buffer, the legacy fixed format and the new extensible format. In preparation of support for the new format, pass the parameters buffer format from the pipeline handler to the IPA module and store it. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Paul Elder --- src/ipa/rkisp1/ipa_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipa/rkisp1/ipa_context.h') diff --git a/src/ipa/rkisp1/ipa_context.h b/src/ipa/rkisp1/ipa_context.h index 061efc0c..24c4b247 100644 --- a/src/ipa/rkisp1/ipa_context.h +++ b/src/ipa/rkisp1/ipa_context.h @@ -59,6 +59,7 @@ struct IPASessionConfiguration { } sensor; bool raw; + uint32_t paramFormat; }; struct IPAActiveState { -- cgit v1.2.1