diff options
author | Yunfei Dong <yunfei.dong@mediatek.com> | 2022-05-12 05:19:47 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-05-13 15:49:38 +0300 |
commit | 59fba9eed5a736caa257df4738c57ff72492365f (patch) | |
tree | 90935ddad6a71baf4449903b45e8d188f5ff9ac9 /include/linux/remoteproc | |
parent | 024b1f4fedc87db2aeea77dbfb1b32bbac096304 (diff) | |
download | linux-59fba9eed5a736caa257df4738c57ff72492365f.tar.xz |
media: mediatek: vcodec: support stateless H.264 decoding for mt8192
Adds h264 lat and core architecture driver for mt8192,
and the decode mode is frame based for stateless decoder.
Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com>
Tested-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'include/linux/remoteproc')
-rw-r--r-- | include/linux/remoteproc/mtk_scp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/remoteproc/mtk_scp.h b/include/linux/remoteproc/mtk_scp.h index b47416f7aeb8..7c2b7cc9fe6c 100644 --- a/include/linux/remoteproc/mtk_scp.h +++ b/include/linux/remoteproc/mtk_scp.h @@ -41,6 +41,8 @@ enum scp_ipi_id { SCP_IPI_ISP_FRAME, SCP_IPI_FD_CMD, SCP_IPI_CROS_HOST_CMD, + SCP_IPI_VDEC_LAT, + SCP_IPI_VDEC_CORE, SCP_IPI_NS_SERVICE = 0xFF, SCP_IPI_MAX = 0x100, }; |