Skip to content

Commit 06e0d85

Browse files
Dennisbonkepinchartl
authored andcommitted
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>
1 parent 196abb8 commit 06e0d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcamera/pipeline/simple/simple.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ namespace {
198198
static const SimplePipelineInfo supportedDevices[] = {
199199
{ "dcmipp", {}, false },
200200
{ "imx7-csi", { { "pxp", 1 } }, false },
201+
{ "intel-ipu6", {}, true },
201202
{ "j721e-csi2rx", {}, false },
202203
{ "mtk-seninf", { { "mtk-mdp", 3 } }, false },
203204
{ "mxc-isi", {}, false },

0 commit comments

Comments
 (0)