]> git.baikalelectronics.ru Git - kernel.git/commitdiff
media: staging: media: hantro: Update TODO list
authorSebastian Fricke <sebastian.fricke@collabora.com>
Sat, 26 Mar 2022 18:37:15 +0000 (19:37 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 13 May 2022 09:02:19 +0000 (11:02 +0200)
VP8 has been added to the uABI by commit 0690e82d4e46
("media: uapi: move VP8 stateless controls out of staging")
VP9 has been added to the uABI by commit e9b0c42d8525
("media: uapi: Add VP9 stateless decoder controls")
H264 has been added to the uABI by commit cd351f47fed9
("media: uapi: move H264 stateless controls out of staging")

The last remaining codec to be added to the uABI is HEVC.
Highlight these changes in the TODO list.

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>
drivers/staging/media/hantro/TODO

index 1d7fed93601940a4f059381a21fdbff78c60ed62..8483ff482146000cecd293b648d0a25d4526d04c 100644 (file)
@@ -1,6 +1,2 @@
-* Support for VP8, VP9 and H264 is planned for this driver.
-
-  Given the V4L controls for those CODECs 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.
+The V4L controls for the HEVC CODEC are not yet part of the stable uABI,
+we are keeping this driver in staging until the HEVC uABI has been merged.