ipa: rkisp1: Support the i.MX8MP ISP version

Handle the RKISP1_V_IMX8MP version in the rkisp1 IPA. This enables basic
support of the i.MX8MP, excluding the processing blocks specific to the
new ISP version. Those will be supported later.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
This commit is contained in:
Paul Elder 2024-02-16 20:09:52 +09:00 committed by Laurent Pinchart
parent d2436c57d7
commit 059bbcdc34

View file

@ -136,6 +136,7 @@ int IPARkISP1::init(const IPASettings &settings, unsigned int hwRevision,
/* \todo Add support for other revisions */
switch (hwRevision) {
case RKISP1_V10:
case RKISP1_V_IMX8MP:
context_.hw = &ipaHwSettingsV10;
break;
case RKISP1_V12: