2022-03-28 13:15:59

by [email protected]

[permalink] [raw]
Subject: [PATCH] staging: media: hantro: Update TODO list

VP8 has been added to the uABI by 363240ce1c08
VP9 has been added to the uABI by b88dbe38dca8
H264 has been added to the uABI by 46a309d27517

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

Signed-off-by: Sebastian Fricke <[email protected]>
---
drivers/staging/media/hantro/TODO | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/media/hantro/TODO b/drivers/staging/media/hantro/TODO
index 1d7fed936019..8483ff482146 100644
--- a/drivers/staging/media/hantro/TODO
+++ b/drivers/staging/media/hantro/TODO
@@ -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.
--
2.25.1


2022-03-28 22:21:09

by [email protected]

[permalink] [raw]
Subject: [PATCH] staging: media: rkvdec: Update TODO list

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 <[email protected]>
---
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.
--
2.25.1

2022-03-29 14:54:36

by Nicolas Dufresne

[permalink] [raw]
Subject: Re: [PATCH] staging: media: rkvdec: Update TODO list

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 <[email protected]>

Reviewed-by: Nicolas Dufresne <[email protected]>

> ---
> 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.

2022-03-29 20:10:18

by Nicolas Dufresne

[permalink] [raw]
Subject: Re: [PATCH] staging: media: hantro: Update TODO list

Le samedi 26 mars 2022 à 19:37 +0100, Sebastian Fricke a écrit :
> VP8 has been added to the uABI by 363240ce1c08
> VP9 has been added to the uABI by b88dbe38dca8
> H264 has been added to the uABI by 46a309d27517
>
> The last remaining codec to be added to the uABI is HEVC.
> Highlight these changes in the TODO list.
>
> Signed-off-by: Sebastian Fricke <[email protected]>

Reviewed-by: Nicolas Dufresne <[email protected]>

> ---
> drivers/staging/media/hantro/TODO | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/staging/media/hantro/TODO b/drivers/staging/media/hantro/TODO
> index 1d7fed936019..8483ff482146 100644
> --- a/drivers/staging/media/hantro/TODO
> +++ b/drivers/staging/media/hantro/TODO
> @@ -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.