MLK-21448-1: [VPU]: 4.19 integration on 8QXP/QM
authorZhou Peng <eagle.zhou@nxp.com>
Mon, 15 Apr 2019 03:38:20 +0000 (11:38 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit68d9274737bada48e565377963bc403d5946adc8
tree3a56a7914e69846a2baa5d9f65923add67d0b7cd
parent276c8ba264479780bdd9f81dd9030a35583bb698
MLK-21448-1: [VPU]: 4.19 integration on 8QXP/QM

Add decoder driver: drivers/mxc/vpu_malone

Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
13 files changed:
drivers/mxc/vpu_malone/Kconfig [new file with mode: 0644]
drivers/mxc/vpu_malone/Makefile [new file with mode: 0644]
drivers/mxc/vpu_malone/insert_startcode.c [new file with mode: 0644]
drivers/mxc/vpu_malone/insert_startcode.h [new file with mode: 0644]
drivers/mxc/vpu_malone/mediasys_types.h [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_b0.c [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_b0.h [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_debug_log.c [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_debug_log.h [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_rpc.c [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_rpc.h [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_ts.c [new file with mode: 0644]
drivers/mxc/vpu_malone/vpu_ts.h [new file with mode: 0644]