diff mbox series

staging: media: rkvdec: Update TODO list

Message ID 20220326183715.67332-2-sebastian.fricke@collabora.com (mailing list archive)
State New, archived
Headers show
Series staging: media: rkvdec: Update TODO list | expand

Commit Message

Sebastian Fricke March 26, 2022, 6:37 p.m. UTC
VP9 support has been added to the driver by f25709c4ff15.
And the VP9 uABI was merged with b88dbe38dca8.

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>
---
 drivers/staging/media/rkvdec/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Dufresne March 29, 2022, 1:40 p.m. UTC | #1
Le samedi 26 mars 2022 à 19:37 +0100, Sebastian Fricke a écrit :
> VP9 support has been added to the driver by f25709c4ff15.
> And the VP9 uABI was merged with b88dbe38dca8.
> 
> 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>

> ---
>  drivers/staging/media/rkvdec/TODO | 4 ++--
>  1 file 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.
diff mbox series

Patch

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.