[libcamera-devel,v4,0/3] ipa: ipu3: Consolidate querying of exposure and gain limits
mbox series

Message ID 20220325103410.38580-1-umang.jain@ideasonboard.com
Headers show
Series
  • ipa: ipu3: Consolidate querying of exposure and gain limits
Related show

Message

Umang Jain March 25, 2022, 10:34 a.m. UTC
Changes in v4:
- Add documentation in 2/3 for defVBlank
- Rework 3/3 entirely; add a new private validation function
  validateSensorControls to check sensor-controls existence

Umang Jain (3):
  ipa: ipu3: Consolidate querying of exposure and gain limits
  ipa: ipu3: Drop sensor controls private members from IPAIPU3
  ipa: ipu3: Ensure controls exists in before they are queried

 src/ipa/ipu3/ipa_context.cpp |  3 ++
 src/ipa/ipu3/ipa_context.h   |  1 +
 src/ipa/ipu3/ipu3.cpp        | 79 +++++++++++++++++-------------------
 3 files changed, 41 insertions(+), 42 deletions(-)