MLK-17902 [IMX8QXP B0]VPU ENCODER and DECODER on IMX8QXP B0 board
authornxa13443 <chaofan.huang@nxp.com>
Fri, 23 Mar 2018 12:20:37 +0000 (20:20 +0800)
committerHaibo Chen <haibo.chen@nxp.com>
Thu, 12 Apr 2018 10:45:54 +0000 (18:45 +0800)
commit1245da8f820c30fa65bded9de70c3c0ad4c87d3a
tree9342f050879f3a20bc765f56e5a7c16e3214a906
parent5cfadd8cf09a5c75a29c6e5b2fe599f7654f45f0
MLK-17902 [IMX8QXP B0]VPU ENCODER and DECODER on IMX8QXP B0 board

Add vpu decoder and encoder for imx8qxp b0 board,
decoder can support H265 H264 MPEG2 MPEG4 H263 etc
encoder can support H264

Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
18 files changed:
arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2.dts
arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
drivers/mxc/Kconfig
drivers/mxc/Makefile
drivers/mxc/vpu-decoder-b0/Kconfig [new file with mode: 0755]
drivers/mxc/vpu-decoder-b0/Makefile [new file with mode: 0644]
drivers/mxc/vpu-decoder-b0/mediasys_types.h [new file with mode: 0644]
drivers/mxc/vpu-decoder-b0/vpu_b0.c [new file with mode: 0755]
drivers/mxc/vpu-decoder-b0/vpu_b0.h [new file with mode: 0644]
drivers/mxc/vpu-decoder-b0/vpu_rpc.c [new file with mode: 0644]
drivers/mxc/vpu-decoder-b0/vpu_rpc.h [new file with mode: 0644]
drivers/mxc/vpu-encoder-b0/Kconfig [new file with mode: 0755]
drivers/mxc/vpu-encoder-b0/Makefile [new file with mode: 0644]
drivers/mxc/vpu-encoder-b0/mediasys_types.h [new file with mode: 0644]
drivers/mxc/vpu-encoder-b0/vpu_encoder_b0.c [new file with mode: 0644]
drivers/mxc/vpu-encoder-b0/vpu_encoder_b0.h [new file with mode: 0644]
drivers/mxc/vpu-encoder-b0/vpu_encoder_rpc.c [new file with mode: 0644]
drivers/mxc/vpu-encoder-b0/vpu_encoder_rpc.h [new file with mode: 0644]