[v1,0/6] Eliminating startup frames
mbox series

Message ID 20250519092245.269048-1-naush@raspberrypi.com
Headers show
Series
  • Eliminating startup frames
Related show

Message

Naushir Patuck May 19, 2025, 9:20 a.m. UTC
Hi,

This patch is identical to the RFC submitted last week [1], but based on the
F2F discussions, I've remove the RFC tag.

Regards,
Naush


[1] https://patchwork.libcamera.org/project/libcamera/list/?series=5164

Naushir Patuck (6):
  libcamera: framebuffer: Add FrameMetadata::Status::FrameStartup
  ipa: rpi: Replace dropFrameCount in the IPA -> PH interface
  pipeline: ipa: rpi: Split RPiCameraData::dropFrameCount_
  pipeline: rpi: Remove disable_startup_frame_drops config option
  pipeline: rpi: Remove ispOutputCount_ and ispOutputTotal_
  ipa: rpi: Rename dropFrameCount_ to startupCount_

 include/libcamera/framebuffer.h               |  1 +
 include/libcamera/ipa/raspberrypi.mojom       |  3 +-
 src/ipa/rpi/common/ipa_base.cpp               | 20 ++--
 src/ipa/rpi/common/ipa_base.h                 |  4 +-
 src/libcamera/framebuffer.cpp                 | 11 ++-
 .../pipeline/rpi/common/pipeline_base.cpp     | 95 ++++++++-----------
 .../pipeline/rpi/common/pipeline_base.h       | 14 +--
 .../pipeline/rpi/pisp/data/example.yaml       |  5 -
 src/libcamera/pipeline/rpi/pisp/pisp.cpp      | 12 ---
 .../pipeline/rpi/vc4/data/example.yaml        |  5 -
 src/libcamera/pipeline/rpi/vc4/vc4.cpp        | 15 ---
 11 files changed, 66 insertions(+), 119 deletions(-)