aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/remoteproc
diff options
context:
space:
mode:
authorYunfei Dong <yunfei.dong@mediatek.com>2022-05-12 04:19:47 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-05-13 14:49:38 +0200
commit59fba9eed5a736caa257df4738c57ff72492365f (patch)
tree90935ddad6a71baf4449903b45e8d188f5ff9ac9 /include/linux/remoteproc
parentmedia: mediatek: vcodec: Extract H264 common code (diff)
downloadwireguard-linux-59fba9eed5a736caa257df4738c57ff72492365f.tar.xz
wireguard-linux-59fba9eed5a736caa257df4738c57ff72492365f.zip
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.h2
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,
};