alistair23-linux/drivers/media/platform/vsp1
Laurent Pinchart adb8963f27 [media] v4l: vsp1: Don't sleep in atomic context
The vsp1_entity_is_streaming() function is called in atomic context when
queuing buffers, and sleeps due to a mutex. As the mutex just protects
access to one structure field, fix this by replace the mutex with a
spinlock.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-07-17 10:03:43 -03:00
..
Makefile [media] v4l: vsp1: Add BRU support 2014-04-23 10:20:15 -03:00
vsp1.h [media] v4l: vsp1: Remove support for platform data 2014-12-23 09:11:24 -02:00
vsp1_bru.c [media] v4l2-subdev: support new 'which' field in enum_mbus_code 2015-03-23 11:46:38 -07:00
vsp1_bru.h [media] v4l: vsp1: bru: Make the background color configurable 2014-07-17 12:44:59 -03:00
vsp1_drv.c [media] v4l: vsp1: Fix Suspend-to-RAM 2015-07-06 08:26:07 -03:00
vsp1_entity.c [media] v4l: vsp1: Don't sleep in atomic context 2015-07-17 10:03:43 -03:00
vsp1_entity.h [media] v4l: vsp1: Don't sleep in atomic context 2015-07-17 10:03:43 -03:00
vsp1_hsit.c [media] v4l2-subdev: add support for the new enum_frame_size 'which' field 2015-03-23 11:48:55 -07:00
vsp1_hsit.h [media] v4l: vsp1: Add HST and HSI support 2013-12-11 09:22:44 -02:00
vsp1_lif.c [media] v4l2-subdev: add support for the new enum_frame_size 'which' field 2015-03-23 11:48:55 -07:00
vsp1_lif.h [media] v4l: vsp1: Update copyright notice 2014-03-12 10:41:51 -03:00
vsp1_lut.c [media] v4l2-subdev: add support for the new enum_frame_size 'which' field 2015-03-23 11:48:55 -07:00
vsp1_lut.h [media] v4l: vsp1: Add LUT support 2013-12-11 09:25:20 -02:00
vsp1_regs.h [media] v4l: vsp1: Fix VI6_DPR_ROUTE_FXA_MASK macro 2015-07-06 08:26:07 -03:00
vsp1_rpf.c [media] v4l: vsp1: Reset VSP1 RPF source address 2014-12-23 09:31:58 -02:00
vsp1_rwpf.c [media] v4l: vsp1: Align crop rectangle to even boundary for YUV formats 2015-07-06 08:26:08 -03:00
vsp1_rwpf.h [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config 2015-03-23 11:41:36 -07:00
vsp1_sru.c [media] v4l2-subdev: add support for the new enum_frame_size 'which' field 2015-03-23 11:48:55 -07:00
vsp1_sru.h [media] v4l: vsp1: sru: Make the intensity controllable during streaming 2014-07-17 12:44:54 -03:00
vsp1_uds.c [media] v4l2-subdev: add support for the new enum_frame_size 'which' field 2015-03-23 11:48:55 -07:00
vsp1_uds.h [media] v4l: vsp1: uds: Fix scaling of alpha layer 2014-07-17 12:45:00 -03:00
vsp1_video.c [media] v4l: vsp1: Fix plane stride and size checks 2015-07-17 10:02:48 -03:00
vsp1_video.h [media] v4l: vsp1: Fix Suspend-to-RAM 2015-07-06 08:26:07 -03:00
vsp1_wpf.c [media] v4l: vsp1: Always enable virtual RPF when BRU is in use 2014-12-23 09:32:41 -02:00