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

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

Message

Umang Jain March 31, 2022, 4:30 p.m. UTC
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: Inlink fillParams() in fillParamsBuffer()
  ipa: ipu3: Inlink parseStatistics() into processStatsBuffer()

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