aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform/vimc
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2019-10-24 07:32:11 -0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2019-11-05 08:59:19 -0300
commita3fd80198de6ab98a205cf7fb148d88e9e1c44bb (patch)
tree81eddc4e4477dde83d4040cd812099dc470bb7a0 /drivers/media/platform/vimc
parent545b618cfb5cadacd00c25066b9a36540e5ca9e9 (diff)
media: coda: fix deadlock between decoder picture run and start command
The BIT decoder picture run temporarily locks the bitstream mutex while the coda device mutex is locked, to refill the bitstream ring buffer. Consequently, the decoder start command, which locks both mutexes when flushing the bitstream ring buffer, must lock the coda device mutex first as well, to avoid an ABBA deadlock. Fixes: e7fd95849b3c ("media: coda: flush bitstream ring buffer on decoder restart") Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/vimc')
0 files changed, 0 insertions, 0 deletions