Skip to content

Commit fde2490

Browse files
cazouHans Verkuil
authored andcommitted
media: rkvdec: Add H264 support for the VDPU383 variant
This variant is used on the RK3576 SoC. The moving vectors size requirements are slightly different so support for a colmv_size function per variant is added. Also, the link registers are used to start the decoder and read IRQ status. The fluster score is 128/135 for JVT-AVC_V1, with MPS_MW_A failing in addition to the usual ones. The other test suites are not supported yet. Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
1 parent e5aa698 commit fde2490

5 files changed

Lines changed: 925 additions & 5 deletions

File tree

drivers/media/platform/rockchip/rkvdec/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ rockchip-vdec-y += \
99
rkvdec-hevc-common.o \
1010
rkvdec-rcb.o \
1111
rkvdec-vdpu381-h264.o \
12+
rkvdec-vdpu383-h264.o \
1213
rkvdec-vp9.o

0 commit comments

Comments
 (0)