libcamera: pipeline: simple: Enable intel-ipu6 with Soft ISP

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@dennisbonke.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Dennis Bonke 2024-07-03 17:09:23 +02:00 committed by Laurent Pinchart
parent 196abb8d1d
commit 06e0d8508e

View file

@ -198,6 +198,7 @@ namespace {
static const SimplePipelineInfo supportedDevices[] = { static const SimplePipelineInfo supportedDevices[] = {
{ "dcmipp", {}, false }, { "dcmipp", {}, false },
{ "imx7-csi", { { "pxp", 1 } }, false }, { "imx7-csi", { { "pxp", 1 } }, false },
{ "intel-ipu6", {}, true },
{ "j721e-csi2rx", {}, false }, { "j721e-csi2rx", {}, false },
{ "mtk-seninf", { { "mtk-mdp", 3 } }, false }, { "mtk-seninf", { { "mtk-mdp", 3 } }, false },
{ "mxc-isi", {}, false }, { "mxc-isi", {}, false },