[v2,2/6] include: linux: intel-ipu3.h: Update to v6.18
diff mbox series

Message ID 20251210-headers-update-v6-18-v2-2-3f726742a4c8@ideasonboard.com
State Superseded
Headers show
Series
  • include: linux: Update headers to Linux v6.18
Related show

Commit Message

Jacopo Mondi Dec. 10, 2025, 8:19 a.m. UTC
A rather simple update to Linux v6.18.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Acked-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
---
 include/linux/intel-ipu3.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Laurent Pinchart Dec. 11, 2025, 1:21 a.m. UTC | #1
On Wed, Dec 10, 2025 at 09:19:13AM +0100, Jacopo Mondi wrote:
> A rather simple update to Linux v6.18.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> Acked-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  include/linux/intel-ipu3.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/linux/intel-ipu3.h b/include/linux/intel-ipu3.h
> index 8c192f352e1387d5ab2706108ce5a72a3f19adc2..47d20be60879df8f58a8c2e4713dc6d8f2248a33 100644
> --- a/include/linux/intel-ipu3.h
> +++ b/include/linux/intel-ipu3.h
> @@ -322,7 +322,8 @@ struct ipu3_uapi_ae_config {
>   *			0: positive, 1: negative, default 0.
>   * @y_calc:	Pre-processing that converts Bayer quad to RGB+Y values to be
>   *		used for building histogram. Range [0, 32], default 8.
> - * Rule:
> + *
> + *		Rule:
>   *		y_gen_rate_gr + y_gen_rate_r + y_gen_rate_b + y_gen_rate_gb = 32
>   *		A single Y is calculated based on sum of Gr/R/B/Gb based on
>   *		their contribution ratio.

Patch
diff mbox series

diff --git a/include/linux/intel-ipu3.h b/include/linux/intel-ipu3.h
index 8c192f352e1387d5ab2706108ce5a72a3f19adc2..47d20be60879df8f58a8c2e4713dc6d8f2248a33 100644
--- a/include/linux/intel-ipu3.h
+++ b/include/linux/intel-ipu3.h
@@ -322,7 +322,8 @@  struct ipu3_uapi_ae_config {
  *			0: positive, 1: negative, default 0.
  * @y_calc:	Pre-processing that converts Bayer quad to RGB+Y values to be
  *		used for building histogram. Range [0, 32], default 8.
- * Rule:
+ *
+ *		Rule:
  *		y_gen_rate_gr + y_gen_rate_r + y_gen_rate_b + y_gen_rate_gb = 32
  *		A single Y is calculated based on sum of Gr/R/B/Gb based on
  *		their contribution ratio.