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:
parent
d2436c57d7
commit
059bbcdc34
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ int IPARkISP1::init(const IPASettings &settings, unsigned int hwRevision,
|
||||||
/* \todo Add support for other revisions */
|
/* \todo Add support for other revisions */
|
||||||
switch (hwRevision) {
|
switch (hwRevision) {
|
||||||
case RKISP1_V10:
|
case RKISP1_V10:
|
||||||
|
case RKISP1_V_IMX8MP:
|
||||||
context_.hw = &ipaHwSettingsV10;
|
context_.hw = &ipaHwSettingsV10;
|
||||||
break;
|
break;
|
||||||
case RKISP1_V12:
|
case RKISP1_V12:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue