OSDN Git Service

media: Request API is no longer experimental
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Wed, 25 Aug 2021 00:23:37 +0000 (02:23 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:55 +0000 (10:07 +0200)
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: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/mc/Kconfig

index 4815b9d..375b096 100644 (file)
@@ -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