[libcamera-devel] [PATCH v5 0/6] ipa: ipu3: Replace event-based ops with dedicated functions
Umang Jain
umang.jain at ideasonboard.com
Wed Apr 6 16:17:03 CEST 2022
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()
--
2.31.0
More information about the libcamera-devel
mailing list