All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] CODA patches in preparation for decoding support
@ 2013-05-23 14:42 Philipp Zabel
  2013-05-23 14:42 ` [PATCH 1/9] [media] coda: fix ENC_SEQ_OPTION for CODA7 Philipp Zabel
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Philipp Zabel @ 2013-05-23 14:42 UTC (permalink / raw)
  To: linux-media; +Cc: Javier Martin, Hans Verkuil

The following patch series contains a few fixes and cleanups
in preparation for decoding support.
I've simplified the parameter buffer setup code, changed the hardware
command register access locking for multi-instance support on CODA7,
and added a list of supported codecs per device type, where each codec
can have its own frame size limitation.

I intend follow up with a series that adds h.264 decoding support
for CODA7541 (i.MX53) and CODA960 (i.MX6), but what I'll send
to the list exactly depends a bit on whether the mem2mem changes in
the patch "[media] mem2mem: add support for hardware buffered queue"
will be accepted.

regards
Philipp

---
 drivers/media/platform/coda.c | 600 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------
 drivers/media/platform/coda.h |  11 ++-
 2 files changed, 326 insertions(+), 285 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-05-29 12:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23 14:42 [PATCH 0/9] CODA patches in preparation for decoding support Philipp Zabel
2013-05-23 14:42 ` [PATCH 1/9] [media] coda: fix ENC_SEQ_OPTION for CODA7 Philipp Zabel
2013-05-23 14:42 ` [PATCH 2/9] [media] coda: frame stride must be a multiple of 8 Philipp Zabel
2013-05-23 14:42 ` [PATCH 3/9] [media] coda: stop setting bytesused in buf_prepare Philipp Zabel
2013-05-23 14:42 ` [PATCH 4/9] [media] coda: clear registers in coda_hw_init Philipp Zabel
2013-05-23 14:42 ` [PATCH 5/9] [media] coda: simplify parameter buffer setup code Philipp Zabel
2013-05-23 14:42 ` [PATCH 6/9] [media] coda: per-product list of codecs instead of list of formats Philipp Zabel
2013-05-23 14:42 ` [PATCH 7/9] [media] coda: add coda_encode_header helper function Philipp Zabel
2013-05-23 14:43 ` [PATCH 8/9] [media] coda: replace completion with mutex Philipp Zabel
2013-05-23 14:43 ` [PATCH 9/9] [media] coda: do not call v4l2_m2m_job_finish from .job_abort Philipp Zabel
2013-05-29 12:28 ` [PATCH 0/9] CODA patches in preparation for decoding support Kamil Debski
2013-05-29 12:50   ` Philipp Zabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.