]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/media/usb/uvc/uvc_video.c
media: uvcvideo: Move decode processing to process context
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Wed, 22 Mar 2017 09:42:52 +0000 (05:42 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Dec 2018 08:16:48 +0000 (03:16 -0500)
commitb012186acef57b683e3c22ba758d60c3780db16a
tree4dc9516d77492defff614c86f2ad61a4f32292c6
parentece41454c6a5ed8f301ef1c37710ab222e577823
media: uvcvideo: Move decode processing to process context

Newer high definition cameras, and cameras with multiple lenses such as
the range of stereo-vision cameras now available have ever increasing
data rates.

The inclusion of a variable length packet header in URB packets mean
that we must memcpy the frame data out to our destination 'manually'.
This can result in data rates of up to 2 gigabits per second being
processed.

To improve efficiency, and maximise throughput, handle the URB decode
processing through a work queue to move it from interrupt context, and
allow multiple processors to work on URBs in parallel.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/uvc/uvc_driver.c
drivers/media/usb/uvc/uvc_video.c
drivers/media/usb/uvc/uvcvideo.h