summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/rkisp1/meson.build
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-10-27 16:47:11 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2021-01-29 15:35:28 +0100
commitea8b576a8ca06b46f3caffb280ca84d952952e53 (patch)
tree4e64947e1bc6dfdd6d97efb7d2b77b9ab69bb6a5 /src/libcamera/pipeline/rkisp1/meson.build
parente174210d7e7a60d4fdf9e8cfa99f489361255a25 (diff)
libcamera: pipeline: rkisp1: Use SOF event to warn about late parameters
In the Timeline approach the idea was to delay queuing buffers to the device until the IPA had a chance to prepare the parameters buffer. A check was still added to warn if the IPA queued buffers before the parameters buffer was filled in. This check happened much sooner then needed as the parameter buffers does not have to be ready when the buffer is queued but just before it's consumed. As the pipeline now has true knowledge of each SOF we can move the check there and remove the delaying of queuing of buffers. This change really speeds up the IPA reactions as the delays used in the Timeline where approximated while with this change they are driven by events reported by the device. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/libcamera/pipeline/rkisp1/meson.build')
0 files changed, 0 insertions, 0 deletions