Skip to content

Commit

Permalink
media: rkvdec: Add the VP9 backend
Browse files Browse the repository at this point in the history
The Rockchip VDEC supports VP9 profile 0 up to 4096x2304@30fps. Add
a backend for this new format.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
  • Loading branch information
bbrezillon authored and intel-lab-lkp committed Apr 21, 2021
1 parent 3b12e94 commit df37e41
Show file tree
Hide file tree
Showing 4 changed files with 2,901 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/media/rkvdec/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_VIDEO_ROCKCHIP_VDEC) += rockchip-vdec.o

rockchip-vdec-y += rkvdec.o rkvdec-h264.o
rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o

0 comments on commit df37e41

Please sign in to comment.