diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-03-09 20:57:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-25 11:19:48 -0300 |
commit | 988d54c4b9463bd14bb05e4b8c9a47d04a14d272 (patch) | |
tree | 3b730cd6347c953c7f17e11beed24446c5d0930e /drivers/media/platform/omap3isp/ispvideo.h | |
parent | 1e345d4ab4a873a0c96ecbdfdd2f9a36998bba6f (diff) | |
download | talos-obmc-linux-988d54c4b9463bd14bb05e4b8c9a47d04a14d272.tar.gz talos-obmc-linux-988d54c4b9463bd14bb05e4b8c9a47d04a14d272.zip |
[media] omap3isp: Move queue mutex to isp_video structure
This prepares for the move to videobuf2.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/omap3isp/ispvideo.h')
-rw-r--r-- | drivers/media/platform/omap3isp/ispvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/omap3isp/ispvideo.h b/drivers/media/platform/omap3isp/ispvideo.h index 4e194076cc60..254e7d20f791 100644 --- a/drivers/media/platform/omap3isp/ispvideo.h +++ b/drivers/media/platform/omap3isp/ispvideo.h @@ -182,6 +182,7 @@ struct isp_video { /* Video buffers queue */ struct isp_video_queue *queue; + struct mutex queue_lock; /* protects the queue */ struct list_head dmaqueue; enum isp_video_dmaqueue_flags dmaqueue_flags; |