[libcamera-devel,v2,0/3] ipa: ipu3: Consolidate control limits into IPAContext
mbox series

Message ID 20220305172849.1022923-1-umang.jain@ideasonboard.com
Headers show
Series
  • ipa: ipu3: Consolidate control limits into IPAContext
Related show

Message

Nicolas Dufresne via libcamera-devel March 5, 2022, 5:28 p.m. UTC
Since we have a IPAContext now, control limits can be stored there
and can be removed from IPAIPU3 class (as private member variables).

Based on top of JM's
ipa: ipu3: Misc clean up

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 updateSessionConfiguration()

 src/ipa/ipu3/ipa_context.h |  1 +
 src/ipa/ipu3/ipu3.cpp      | 78 +++++++++++++++-----------------------
 2 files changed, 31 insertions(+), 48 deletions(-)