From: Philipp Zabel
Date: Wed, 25 Jul 2012 13:46:09 +0000 (-0300)
Subject: [media] media: coda: ignore coda busy status in coda_job_ready
X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~132
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcedb4c2422801e37c3d9c716597e8883d1b4e87;p=pandora-kernel.git
[media] media: coda: ignore coda busy status in coda_job_ready
job_ready is supposed to signal whether a context is ready to be
added to the job queue, not whether the CODA is ready to run it
immediately.
Calling v4l2_m2m_job_finish at the end of coda_irq_handler already
guarantees that the coda is ready when v4l2-mem2mem eventually tries
to run the next queued job.
Signed-off-by: Philipp Zabel
Tested-by: Javier Martin
Signed-off-by: Mauro Carvalho Chehab
---
Reading git-diff-tree failed