[v1,0/2] ipa: simple: OV2740 tuning file and swstats sumShift cleanup
mbox series

Message ID 177817025814.1112523.8335692307235726369@jetm.me
Headers show
Series
  • ipa: simple: OV2740 tuning file and swstats sumShift cleanup
Related show

Message

Javier Tia May 7, 2026, 4:03 p.m. UTC
Patch 1/2 addresses review feedback from Laurent Pinchart and Barnabas
Pocze on the "Normalize statistics sums to 8-bit" patch (v5 2/3):
right-shifting by zero is a no-op, so the if (sumShift_) guard is
redundant.

Patch 2/2 adds a tuning file for the OV2740 sensor, calibrated from
the Intel IPU6 AIQB binary shipped with the ThinkPad X1 Carbon Gen 10.

Javier Tia (2):
  libcamera: software_isp: Drop redundant sumShift_ guard in finishFrame
  ipa: simple: data: Add OV2740 tuning file

 src/ipa/simple/data/meson.build            |  1 +
 src/ipa/simple/data/ov2740.yaml            | 52 ++++++++++++++++++++++
 src/libcamera/software_isp/swstats_cpu.cpp |  8 ++--
 3 files changed, 56 insertions(+), 5 deletions(-)

Best,
Javier