diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-09-02 10:31:22 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2024-10-12 15:53:40 +0200 |
commit | 6ce4c5dc5dd2706d1821d8ebdc53afad8182c2d5 (patch) | |
tree | 9ab345bc76c8e2d6b5df7ed41300c6dc3b15b9af /drivers/tc | |
parent | 23788ceb87818393dfaae7e8ba20d6200f9e8678 (diff) |
media: omap3isp: add missing wait_prepare/finish ops
Without these ops the v4l2-compliance blocking wait test will fail.
These ops are required to ensure that when VIDIOC_DQBUF has to
wait for buffers to arrive, the queue lock is correctly released
and retaken. Otherwise the wait for a buffer would block all other
queue ioctls.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/tc')
0 files changed, 0 insertions, 0 deletions