All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: Request API is no longer experimental
@ 2021-08-25  0:23 Ezequiel Garcia
  2021-08-25  0:52 ` Laurent Pinchart
  2021-08-25  8:25 ` Sakari Ailus
  0 siblings, 2 replies; 3+ messages in thread
From: Ezequiel Garcia @ 2021-08-25  0:23 UTC (permalink / raw)
  To: linux-media
  Cc: Sakari Ailus, Laurent Pinchart, Mauro Carvalho Chehab,
	linux-kernel, Ezequiel Garcia

The Request API is currently used and specified as part of the
Memory-to-memory Stateless Video Decoder Interface [1].

This can now be considered as non-experimental and stable, given
the decoder API has been used by products since a couple years,
supported by several drivers and userspace frameworks,

[1] Documentation/userspace-api/media/v4l/dev-stateless-decoder.rst

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
---
 drivers/media/mc/Kconfig | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/media/mc/Kconfig b/drivers/media/mc/Kconfig
index 4815b9dde9af..375b09612981 100644
--- a/drivers/media/mc/Kconfig
+++ b/drivers/media/mc/Kconfig
@@ -16,13 +16,5 @@ config MEDIA_CONTROLLER_REQUEST_API
 	bool
 	depends on MEDIA_CONTROLLER
 	help
-	  DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING.
-
 	  This option enables the Request API for the Media controller and V4L2
 	  interfaces. It is currently needed by a few stateless codec drivers.
-
-	  There is currently no intention to provide API or ABI stability for
-	  this new API as of yet.
-
-comment "Please notice that the enabled Media controller Request API is EXPERIMENTAL"
-	depends on MEDIA_CONTROLLER_REQUEST_API
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] media: Request API is no longer experimental
  2021-08-25  0:23 [PATCH] media: Request API is no longer experimental Ezequiel Garcia
@ 2021-08-25  0:52 ` Laurent Pinchart
  2021-08-25  8:25 ` Sakari Ailus
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2021-08-25  0:52 UTC (permalink / raw)
  To: Ezequiel Garcia
  Cc: linux-media, Sakari Ailus, Mauro Carvalho Chehab, linux-kernel

Hi Ezequiel,

Thank you for the patch.

On Tue, Aug 24, 2021 at 09:23:37PM -0300, Ezequiel Garcia wrote:
> The Request API is currently used and specified as part of the
> Memory-to-memory Stateless Video Decoder Interface [1].
> 
> This can now be considered as non-experimental and stable, given
> the decoder API has been used by products since a couple years,
> supported by several drivers and userspace frameworks,

This effectively aligns the kernel with the de facto situation, so

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> [1] Documentation/userspace-api/media/v4l/dev-stateless-decoder.rst
> 
> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> ---
>  drivers/media/mc/Kconfig | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/drivers/media/mc/Kconfig b/drivers/media/mc/Kconfig
> index 4815b9dde9af..375b09612981 100644
> --- a/drivers/media/mc/Kconfig
> +++ b/drivers/media/mc/Kconfig
> @@ -16,13 +16,5 @@ config MEDIA_CONTROLLER_REQUEST_API
>  	bool
>  	depends on MEDIA_CONTROLLER
>  	help
> -	  DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING.
> -
>  	  This option enables the Request API for the Media controller and V4L2
>  	  interfaces. It is currently needed by a few stateless codec drivers.
> -
> -	  There is currently no intention to provide API or ABI stability for
> -	  this new API as of yet.
> -
> -comment "Please notice that the enabled Media controller Request API is EXPERIMENTAL"
> -	depends on MEDIA_CONTROLLER_REQUEST_API

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] media: Request API is no longer experimental
  2021-08-25  0:23 [PATCH] media: Request API is no longer experimental Ezequiel Garcia
  2021-08-25  0:52 ` Laurent Pinchart
@ 2021-08-25  8:25 ` Sakari Ailus
  1 sibling, 0 replies; 3+ messages in thread
From: Sakari Ailus @ 2021-08-25  8:25 UTC (permalink / raw)
  To: Ezequiel Garcia
  Cc: linux-media, Laurent Pinchart, Mauro Carvalho Chehab, linux-kernel

On Tue, Aug 24, 2021 at 09:23:37PM -0300, Ezequiel Garcia wrote:
> The Request API is currently used and specified as part of the
> Memory-to-memory Stateless Video Decoder Interface [1].
> 
> This can now be considered as non-experimental and stable, given
> the decoder API has been used by products since a couple years,
> supported by several drivers and userspace frameworks,
> 
> [1] Documentation/userspace-api/media/v4l/dev-stateless-decoder.rst
> 
> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-25  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25  0:23 [PATCH] media: Request API is no longer experimental Ezequiel Garcia
2021-08-25  0:52 ` Laurent Pinchart
2021-08-25  8:25 ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.