summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorShaik Ameer Basha <shaik.ameer@samsung.com>2013-08-13 02:58:07 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-08-24 04:04:41 -0300
commitfea564a5f6a4ed6d3241aa90714ae2f0894a768a (patch)
treec77981df3bfb51d2a9e63b0602bf810f14f9698d /drivers/media/platform
parent976f375df1730dd16aa7c101298ec47bdd338d79 (diff)
downloadop-kernel-dev-fea564a5f6a4ed6d3241aa90714ae2f0894a768a.zip
op-kernel-dev-fea564a5f6a4ed6d3241aa90714ae2f0894a768a.tar.gz
[media] v4l2-mem2mem: clear m2m context from job_queue before ctx streamoff
When streamoff is called on the context and the context is added to the job_queue, 1] sometimes device_run receives the empty vb2 buffers (as v4l2_m2m_streamoff is dropping the ready queue). 2] sometimes v4l2_m2m_job_finish may not succeed as the m2m_dev->curr_ctx is made NULL in the v4l2_m2m_streamoff() The above points may stop the execution of the other queued contexts. This patch makes sure that before streamoff is executed on any context, that context should "not be running" or "not queued" in the job_queue. 1] If the current context is running, then abort job will be called. 2] If the current context is queued, then the context will be removed from the job_queue. Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud