[PATCH 2/2] libcamera: pipeline: simple: Enable simplepipeline for intel-ipu6

Laurent Pinchart laurent.pinchart at ideasonboard.com
Wed May 1 00:12:33 CEST 2024


Hi Hans and Denis,

Thank you for the patch.

On Tue, Apr 30, 2024 at 07:17:28PM +0200, Hans de Goede wrote:
> From: Dennis Bonke <admin at dennisbonke.com>
> 
> Enable the simple pipeline handler with software ISP for the IPU6
> now that the IPU6 CSI2 receiver (aka the isys driver) has landed
> in media_staging/master.
> 
> Signed-off-by: Dennis Bonke <admin at dennisbonke.com>
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>

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

> ---
>  src/libcamera/pipeline/simple/simple.cpp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp
> index 61a59926..406956c1 100644
> --- a/src/libcamera/pipeline/simple/simple.cpp
> +++ b/src/libcamera/pipeline/simple/simple.cpp
> @@ -199,6 +199,7 @@ namespace {
>  static const SimplePipelineInfo supportedDevices[] = {
>  	{ "dcmipp", {}, false },
>  	{ "imx7-csi", { { "pxp", 1 } }, false },
> +	{ "intel-ipu6", {}, true },
>  	{ "j721e-csi2rx", {}, false },
>  	{ "mtk-seninf", { { "mtk-mdp", 3 } }, false },
>  	{ "mxc-isi", {}, false },

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list