summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/rkvdec
diff options
context:
space:
mode:
authorSebastian Fricke <sebastian.fricke@collabora.com>2022-03-26 19:37:17 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-05-13 11:02:19 +0200
commit6a5446f97b1c3add10d371590e7b09157f3c96fc (patch)
tree0b3a1fac133899861f3da3317deb76abcabb4b55 /drivers/staging/media/rkvdec
parent19513911379a1c367ca68e8913c1c008b77d1a16 (diff)
downloadlinux-stable-6a5446f97b1c3add10d371590e7b09157f3c96fc.tar.gz
linux-stable-6a5446f97b1c3add10d371590e7b09157f3c96fc.tar.bz2
linux-stable-6a5446f97b1c3add10d371590e7b09157f3c96fc.zip
media: staging: media: rkvdec: Update TODO list
VP9 support has been added to the driver by commit f25709c4ff15 ("media: rkvdec: Add the VP9 backend"). And the VP9 uABI was merged with commit b88dbe38dca8 ("media: uapi: Add VP9 stateless decoder controls"). The remaining codec that keeps this driver in staging is HEVC. Update the TODO list accordingly. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/staging/media/rkvdec')
-rw-r--r--drivers/staging/media/rkvdec/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/media/rkvdec/TODO b/drivers/staging/media/rkvdec/TODO
index e0f0f12f0ac5..2c0779383276 100644
--- a/drivers/staging/media/rkvdec/TODO
+++ b/drivers/staging/media/rkvdec/TODO
@@ -1,6 +1,6 @@
-* Support for VP9 is planned for this driver.
+* Support for HEVC is planned for this driver.
- Given the V4L controls for those CODECs will be part of
+ Given the V4L controls for that CODEC will be part of
the uABI, it will be required to have the driver in staging.
For this reason, we are keeping this driver in staging for now.