summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRobert Mader <robert.mader@collabora.com>2024-09-20 12:49:15 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-09-20 21:09:26 +0100
commitcbfe04f77ca6ee46fcb6635294c8dbe9be26c5d1 (patch)
treeed5ccea444e4d00dcb24d56e55f80075d22814ff /test
parent66c9b157e95b108b38f1ac2f13b827fafef74602 (diff)
libcamera: debayer_cpu: Sync DMABUFs
Using `DMA_BUF_IOCTL_SYNC` is required for DMABUFs in order to ensure correct output. Not doing so currently results in occasional tearing and/or backlashes in GL/VK clients that use the buffers directly for rendering. An alternative approach to have the sync code in `MappedFrameBuffer` was considered but rejected for now, in order to allow clients more flexibility. While the new helper is added to an annoymous namespace, add timeDiff to the same namespace and remove the static definition as a drive by. Signed-off-by: Robert Mader <robert.mader@collabora.com> Tested-by: Milan Zamazal <mzamazal@redhat.com> # Debix Tested-by: Hans de Goede <hdegoede@redhat.com> # IPU6 + ov2740 Tested-by: Kieran Bingham <kieran.bingham@ideasonboard.com> # Lenovo X13s + OV5675 Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions