pipeline: simple: Enable simple pipelinehandler with SoftISP on Intel IPU7
Enable the simple pipelinehandler with SoftISP on Intel IPU7 machines. This has been successfully tested with the IPU7 CSI2 receiver driver in drivers/media/staging in kernel version 6.17-rc# on a Lenovo ThinkPad X1 Carbon Gen 13 (Lunar Lake, ov08x40 sensor). On this specific laptop a couple of kernel patches which are pending upstream are necessary on top of 6.17-rc#: https://lore.kernel.org/linux-usb/20250809102326.6032-1-hansg@kernel.org/ https://lore.kernel.org/linux-acpi/20250829142748.21089-1-hansg@kernel.org/ Tested-by: Hans de Goede <hansg@kernel.org> # Lenovo ThinkPad Carbon X1 Gen 13 Signed-off-by: Hans de Goede <hansg@kernel.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
076c965706
commit
473e2dc893
@@ -252,6 +252,7 @@ static const SimplePipelineInfo supportedDevices[] = {
|
||||
{ "dcmipp", {}, false },
|
||||
{ "imx7-csi", { { "pxp", 1 } }, false },
|
||||
{ "intel-ipu6", {}, true },
|
||||
{ "intel-ipu7", {}, true },
|
||||
{ "j721e-csi2rx", {}, true },
|
||||
{ "mtk-seninf", { { "mtk-mdp", 3 } }, false },
|
||||
{ "mxc-isi", {}, false },
|
||||
|
||||
Reference in New Issue
Block a user