]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e0dce422c0773f4611b5a5efce4ea3b5cbf18f7
tree8e82f9f0e96ef7d322a9b53a46a58781d7fb7723
parent71f3677a001e4c5ce99acd4842396a0eb58dedde
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]