[libcamera-devel,0/2] ipu3: Replace event-based ops with dedicated functions
mbox series

Message ID 20220228132250.116211-1-umang.jain@ideasonboard.com
Headers show
Series
  • ipu3: Replace event-based ops with dedicated functions
Related show

Message

Umang Jain Feb. 28, 2022, 1:22 p.m. UTC
The first patch replaces the event-based ops with dedicated functions
from IPAIPU3 inteface.

The second patch consolidates exposure/gain limits into a single place.

Umang Jain (2):
  ipa: ipu3: Replace event-based operations with dedicated functions
  ipa: ipu3: Consolidate querying exposure and gain limits

 include/libcamera/ipa/ipu3.mojom       |  36 ++----
 src/ipa/ipu3/ipu3-ipa-design-guide.rst |  19 +--
 src/ipa/ipu3/ipu3.cpp                  | 160 ++++++++++---------------
 src/libcamera/pipeline/ipu3/ipu3.cpp   | 123 ++++++++-----------
 4 files changed, 136 insertions(+), 202 deletions(-)