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

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

Message

Umang Jain April 6, 2022, 2:17 p.m. UTC
Changes in v5:
- Reorder function signature in logical order
- Fix lensCtrls_ initialisation in open IPA
- s/Inlink/Inline/ in commit messages

Changes in v4:
- Rename processControls() to queueRequest() and
  processParamsBuffer() to fillParamsBuffer() as discussed
  in v3 review.
- Fix lens controls setting (happened due to bad-rebase v3)
- Inlink fillParams() and parseStatistics in fillParamsBuffer()
  and processStatsBuffer() respectively for both versions of IPA
- Few docs fixups!

Changes in v3:
  (v2 went un-reviewed so next attempt)
- rebase over latest master, resolve merge conflicts
- rename `statsBufferReady` to `metadataReady` signal
  (feedback given in rkisp1 ipa interface change series)

Changes in v2 :
- Provide a coherent naming scheme of operations/actions
- Fix a crash when using the new interface in isolation mode
- Include closed source IPAIPU3 changes (2/2)

Umang Jain (3):
  ipa: ipu3: Replace event-based ops with dedicated functions
  ipa: ipu3: Inline fillParams() in fillParamsBuffer()
  ipa: ipu3: Inline parseStatistics() into processStatsBuffer()

Umang Jain (3):
  [IPAIPU3]
  ipu3: Replace event-based ops with dedicated functions
  ipu3: Inline fillParams() in fillParamsBuffer()
  ipu3: Inline parseStatistics() into processStatsBuffer()