media: amphion: add vpu core driver
authorMing Qian <ming.qian@nxp.com>
Thu, 24 Feb 2022 03:10:02 +0000 (11:10 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 7 Mar 2022 16:13:33 +0000 (17:13 +0100)
commit9f599f351e86acf0fc13e42771f97b7fb4dbbea4
tree8e82f9f0e96ef7d322a9b53a46a58781d7fb7723
parentb50a64fc54af5bacb2821c344611947ff4bdc0d2
media: amphion: add vpu core driver

The vpu supports encoder and decoder.
it needs vpu core to handle it.
core will run either encoder or decoder firmware.

This driver is for support the vpu core.

Signed-off-by: Ming Qian <ming.qian@nxp.com>
Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
Tested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/amphion/vpu_codec.h [new file with mode: 0644]
drivers/media/platform/amphion/vpu_core.c [new file with mode: 0644]
drivers/media/platform/amphion/vpu_core.h [new file with mode: 0644]
drivers/media/platform/amphion/vpu_dbg.c [new file with mode: 0644]
drivers/media/platform/amphion/vpu_rpc.c [new file with mode: 0644]
drivers/media/platform/amphion/vpu_rpc.h [new file with mode: 0644]