[PATCH v3 5/5] ipa: rkisp1: Support the i.MX8MP ISP version

Stefan Klug stefan.klug at ideasonboard.com
Fri Feb 23 14:16:02 CET 2024


Am 18.02.24 um 17:49 schrieb Laurent Pinchart:
> From: Paul Elder <paul.elder at ideasonboard.com>
> 
> 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 at ideasonboard.com>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Stefan Klug <stefan.klug at ideasonboard.com>

> ---
>   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 44401af8910d..9dc5f53cb091 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:

-- 
Regards,

Stefan Klug



More information about the libcamera-devel mailing list