From 059bbcdc34e7d887ee02fdd47613bd6e0eb70d16 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Fri, 16 Feb 2024 20:09:52 +0900 Subject: 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 Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug --- src/ipa/rkisp1/rkisp1.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ipa/rkisp1/rkisp1.cpp b/src/ipa/rkisp1/rkisp1.cpp index 44401af8..9dc5f53c 100644 --- a/src/ipa/rkisp1/rkisp1.cpp +++ b/src/ipa/rkisp1/rkisp1.cpp @@ -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: -- cgit v1.2.1