]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] st-delta: add mjpeg support
authorHugues Fruchet <hugues.fruchet@st.com>
Thu, 2 Feb 2017 14:59:52 +0000 (12:59 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 8 Feb 2017 12:06:16 +0000 (10:06 -0200)
commit433ff5b4a29bef98dfb92b591983adc1d63e12e9
tree25313fc0931a36f3dbb832fa118d6399e1c5fe13
parent017c324242c2e9724938ef193ac6cb4ec5131778
[media] st-delta: add mjpeg support

Adds support of DELTA MJPEG video decoder back-end,
implemented by calling JPEG_DECODER_HW0 firmware
using RPMSG IPC communication layer.

Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/Kconfig
drivers/media/platform/sti/delta/Makefile
drivers/media/platform/sti/delta/delta-cfg.h
drivers/media/platform/sti/delta/delta-mjpeg-dec.c [new file with mode: 0644]
drivers/media/platform/sti/delta/delta-mjpeg-fw.h [new file with mode: 0644]
drivers/media/platform/sti/delta/delta-mjpeg-hdr.c [new file with mode: 0644]
drivers/media/platform/sti/delta/delta-mjpeg.h [new file with mode: 0644]
drivers/media/platform/sti/delta/delta-v4l2.c