diff options
author | 2025-06-16 15:24:39 +0000 | |
---|---|---|
committer | 2025-07-11 19:27:27 +0200 | |
commit | b7ef53670321327f45de8bde5d38f1215927336f (patch) | |
tree | fa9f075f671b6b47f1e8828a00adc4836378258f /tools/perf/scripts/python | |
parent | media: uvcvideo: Use vb2 ioctl and fop helpers (diff) | |
download | wireguard-linux-b7ef53670321327f45de8bde5d38f1215927336f.tar.xz wireguard-linux-b7ef53670321327f45de8bde5d38f1215927336f.zip |
media: uvcvideo: Handle locks in uvc_queue_return_buffers
Most of the calls to uvc_queue_return_buffers() wrap the call with
spin_lock_irq()/spin_unlock_irq().
Rename uvc_queue_return_buffers to __uvc_queue_return_buffers to
indicate that this is the version that does not handle locks and create
a new version of the function that handles the lock.
Reviewed-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Link: https://lore.kernel.org/r/20250616-uvc-fop-v4-2-250286570ee7@chromium.org
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions