[v3,0/4] Raspberry Pi: Various changes
mbox series

Message ID 20250108111030.3257931-1-naush@raspberrypi.com
Headers show
Series
  • Raspberry Pi: Various changes
Related show

Message

Naushir Patuck Jan. 8, 2025, 11:09 a.m. UTC
Hi,

Fixed conflicts with ToT, no other changes to the code in this version.

Regards,
Naush

Naushir Patuck (4):
  ipa: rpi: Use r-value references in the set()/setLocked() functions
  ipa: rpi: Add erase()/eraseLocked() to RPiController::Metadata
  ipa: rpi: Add a HW property to determine if the data buffer is strided
  ipa: rpi: Provide the camera helper with the hardware configuration

 src/ipa/rpi/cam_helper/cam_helper.cpp |  5 +++++
 src/ipa/rpi/cam_helper/cam_helper.h   |  2 ++
 src/ipa/rpi/common/ipa_base.cpp       |  1 +
 src/ipa/rpi/controller/controller.cpp |  2 ++
 src/ipa/rpi/controller/controller.h   |  1 +
 src/ipa/rpi/controller/metadata.h     | 23 +++++++++++++++++++----
 6 files changed, 30 insertions(+), 4 deletions(-)