MLK-21448-3: [VPU]: 4.19 integration on 8QXP/QM
authorZhou Peng <eagle.zhou@nxp.com>
Mon, 15 Apr 2019 04:12:35 +0000 (12:12 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commite2d64fb59042ca5f279800747065fad84cc2c51c
treecf9b119e34adbf167e7a7b917fec8228c1f8934a
parenta9a50c206ede2423a02794198d9f76dbb9c4a520
MLK-21448-3: [VPU]: 4.19 integration on 8QXP/QM

Add encoder driver: drivers/mxc/vpu_windsor

Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
14 files changed:
drivers/mxc/vpu_windsor/Kconfig [new file with mode: 0644]
drivers/mxc/vpu_windsor/Makefile [new file with mode: 0644]
drivers/mxc/vpu_windsor/mediasys_types.h [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_b0.c [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_b0.h [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_config.h [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_ctrl.c [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_ctrl.h [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_mem.c [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_mem.h [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_rpc.c [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_encoder_rpc.h [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_event_msg.c [new file with mode: 0644]
drivers/mxc/vpu_windsor/vpu_event_msg.h [new file with mode: 0644]