diff options
| author | Yunfei Dong <[email protected]> | 2022-05-12 04:19:47 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2022-05-13 14:49:38 +0200 |
| commit | 59fba9eed5a736caa257df4738c57ff72492365f (patch) | |
| tree | 90935ddad6a71baf4449903b45e8d188f5ff9ac9 /include/linux | |
| parent | 024b1f4fedc87db2aeea77dbfb1b32bbac096304 (diff) | |
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 <[email protected]>
Tested-by: NĂcolas F. R. A. Prado <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include/linux')
| -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, }; |