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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sun Feb 18 17:49:03 CET 2024


Hello,

This patch series extends the single patch sent by Paul in v2 ("[PATCH
v2] ipa: rkisp1: Add RKISP1_V_IMX8MP version"). It starts with a
refactoring of the version handling code in the IPA module (1/5 and
2/5), a related bug fix (3/5), before adding support for the i.MX8MP
(4/5 and 5/5).

The series depends on corresponding changes on the kernel side that can
be found in [1].

[1] https://lore.kernel.org/linux-media/20240216095458.2919694-1-paul.elder@ideasonboard.com/

Laurent Pinchart (3):
  ipa: rkisp1: agc: Wrap variable length C arrays in spans
  ipa: rkisp1: Store hardware parameters in IPA context
  ipa: rkisp1: Fix histogram weights configuration

Paul Elder (2):
  include: linux: Add RKISP1_V_IMX8MP version
  ipa: rkisp1: Support the i.MX8MP ISP version

 include/linux/rkisp1-config.h     |  8 ++++--
 src/ipa/rkisp1/algorithms/agc.cpp | 48 +++++++++++++------------------
 src/ipa/rkisp1/algorithms/agc.h   |  8 ++----
 src/ipa/rkisp1/ipa_context.cpp    | 30 +++++++++++++------
 src/ipa/rkisp1/ipa_context.h      | 12 +++++---
 src/ipa/rkisp1/rkisp1.cpp         | 37 ++++++++++++------------
 6 files changed, 76 insertions(+), 67 deletions(-)


base-commit: 5e4dc46a0c6fc3138c887e9afbabfe7dfa6ebd98
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list