From: Philipp Zabel
Date: Fri, 21 Jun 2013 06:55:33 +0000 (-0300)
Subject: [media] coda: split encoder specific parts out of device_run and irq_handler
X-Git-Tag: v3.12-rc1~135^2~184
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=477c1cfe8f8050ce716b3d89be17b33a4a80fc9d;p=pandora-kernel.git
[media] coda: split encoder specific parts out of device_run and irq_handler
Add coda_prepare_encode() and coda_finish_encode() functions. They are called
from coda_device_run() and coda_irq_handler(), respectively, before and after
the hardware picture run. This should make the following decoder support patch
easier to read, which will add the coda_prepare/finish_decode() equivalents.
Signed-off-by: Philipp Zabel
Signed-off-by: Kamil Debski
Signed-off-by: Mauro Carvalho Chehab
---
Reading git-diff-tree failed