diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-04-22 06:06:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-04-25 08:05:30 -0300 |
commit | 079dda54fe6e43b3db919e3ac3838a1355464c78 (patch) | |
tree | 64fa6b92622689ef218bc93b31c6071ab2ed4e70 /Documentation/DocBook/media/v4l/io.xml | |
parent | 57c7598711b820b4253bcee94ec750ebc1c63af6 (diff) | |
download | blackbird-obmc-linux-079dda54fe6e43b3db919e3ac3838a1355464c78.tar.gz blackbird-obmc-linux-079dda54fe6e43b3db919e3ac3838a1355464c78.zip |
[media] DocBook media: drop 'experimental' annotations
Drop the 'experimental' annotations. The only remaining part of the API
that is still marked 'experimental' are the debug ioctls/structs, and
that is intentional. Only the v4l2-dbg application should use those.
All others have been around for years, so it is time to drop the
'experimental' designation.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/io.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/io.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/DocBook/media/v4l/io.xml b/Documentation/DocBook/media/v4l/io.xml index 144158b3a5ac..e09025db92bd 100644 --- a/Documentation/DocBook/media/v4l/io.xml +++ b/Documentation/DocBook/media/v4l/io.xml @@ -475,12 +475,6 @@ rest should be evident.</para> <section id="dmabuf"> <title>Streaming I/O (DMA buffer importing)</title> - <note> - <title>Experimental</title> - <para>This is an <link linkend="experimental">experimental</link> - interface and may change in the future.</para> - </note> - <para>The DMABUF framework provides a generic method for sharing buffers between multiple devices. Device drivers that support DMABUF can export a DMA buffer to userspace as a file descriptor (known as the exporter role), import a |