[07/10] ipa: ipu3: Add Ccm to uncalibrated.yaml
diff mbox series

Message ID 20260616-ipu3-libipa-rework-v1-7-d4448b54f1d8@ideasonboard.com
State Superseded
Headers show
Series
  • libipa: Re-work IPU3 IPA to use libipa algorithms
Related show

Commit Message

Dan Scally June 16, 2026, 6:41 a.m. UTC
Add the Ccm algorithm to uncalibrated.yaml. Even without calibrated
values we should still expose the controls to the application.

Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
---
 src/ipa/ipu3/data/uncalibrated.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Kieran Bingham June 16, 2026, 6:39 p.m. UTC | #1
Quoting Daniel Scally (2026-06-16 07:41:41)
> Add the Ccm algorithm to uncalibrated.yaml. Even without calibrated
> values we should still expose the controls to the application.
> 
> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>

Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  src/ipa/ipu3/data/uncalibrated.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/ipa/ipu3/data/uncalibrated.yaml b/src/ipa/ipu3/data/uncalibrated.yaml
> index 794ab3edbb778bbe14c2dc65e5540413ee7fd536..415ca4578fab57ea731493c978a04e740946197f 100644
> --- a/src/ipa/ipu3/data/uncalibrated.yaml
> +++ b/src/ipa/ipu3/data/uncalibrated.yaml
> @@ -7,5 +7,6 @@ algorithms:
>    - Agc:
>    - Awb:
>    - BlackLevelCorrection:
> +  - Ccm:
>    - ToneMapping:
>  ...
> 
> -- 
> 2.43.0
>
Jacopo Mondi June 17, 2026, 9:51 a.m. UTC | #2
Hi Dan

On Tue, Jun 16, 2026 at 07:41:41AM +0100, Daniel Scally wrote:
> Add the Ccm algorithm to uncalibrated.yaml. Even without calibrated
> values we should still expose the controls to the application.
>
> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>

Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>

> ---
>  src/ipa/ipu3/data/uncalibrated.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/ipa/ipu3/data/uncalibrated.yaml b/src/ipa/ipu3/data/uncalibrated.yaml
> index 794ab3edbb778bbe14c2dc65e5540413ee7fd536..415ca4578fab57ea731493c978a04e740946197f 100644
> --- a/src/ipa/ipu3/data/uncalibrated.yaml
> +++ b/src/ipa/ipu3/data/uncalibrated.yaml
> @@ -7,5 +7,6 @@ algorithms:
>    - Agc:
>    - Awb:
>    - BlackLevelCorrection:
> +  - Ccm:
>    - ToneMapping:
>  ...
>
> --
> 2.43.0
>

Patch
diff mbox series

diff --git a/src/ipa/ipu3/data/uncalibrated.yaml b/src/ipa/ipu3/data/uncalibrated.yaml
index 794ab3edbb778bbe14c2dc65e5540413ee7fd536..415ca4578fab57ea731493c978a04e740946197f 100644
--- a/src/ipa/ipu3/data/uncalibrated.yaml
+++ b/src/ipa/ipu3/data/uncalibrated.yaml
@@ -7,5 +7,6 @@  algorithms:
   - Agc:
   - Awb:
   - BlackLevelCorrection:
+  - Ccm:
   - ToneMapping:
 ...