]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] coda: update CODA7541 to firmware 1.4.50
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 21 Jun 2013 06:55:30 +0000 (03:55 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 26 Jul 2013 15:16:20 +0000 (12:16 -0300)
commit5677e3b04d3b3961200aa2bb9cc715e709eafeb9
tree5a9554b739d21b6d2c2f5de3eb5bb2b95a1cb475
parent2039749ec219b7cbc81dfa509423d3330eaf07d0
[media] coda: update CODA7541 to firmware 1.4.50

This patch splits the global workbuf into a global tempbuf and a per-context
workbuf, adds the codec mode aux register, and restores the work buffer
pointer on commands. With the new firmware, there is only a single set of
read/write pointers which need to be restored between context switches.
This allows more than four active contexts at the same time.
All auxiliary buffers are now allocated through a helper function to avoid
code duplication.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/coda.c
drivers/media/platform/coda.h