[libcamera-devel,0/2] Replace the Ipu3AwbCell
mbox series

Message ID 20210902100732.52065-1-jeanmichel.hautbois@ideasonboard.com
Headers show
Series
  • Replace the Ipu3AwbCell
Related show

Message

Jean-Michel Hautbois Sept. 2, 2021, 10:07 a.m. UTC
This patch series applies on top of the "Move and improve AWB
structures" one, and replaces the Ipu3AwbCell with a structure defined
in the kernel uapi. This one is not yet included in Linux, a RFC has
been sent and is under review:
https://lore.kernel.org/linux-media/20210831185140.77400-1-jeanmichel.hautbois@ideasonboard.com/

Jean-Michel Hautbois (2):
  include: linux: Add an AWB layout structure
  ipa: ipu3: Remove ipa::ipu3::algorithms::Ipu3AwbCell

 include/linux/intel-ipu3.h      | 36 +++++++++++++++++++++++++--------
 src/ipa/ipu3/algorithms/agc.cpp |  7 ++++---
 src/ipa/ipu3/algorithms/awb.cpp | 10 ++++-----
 src/ipa/ipu3/algorithms/awb.h   | 10 ---------
 4 files changed, 37 insertions(+), 26 deletions(-)