Add a note to documentation of both VIDIOC_PREPARE_BUFS and VIDIOC_CREATE_BUFS that these ioctls are experimental. Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxx> --- I think it would be even better to add the note to the ioctls themselves. The users are not going to be looking at the list of experimental features when then want to implement something. .../DocBook/media/v4l/vidioc-create-bufs.xml | 9 +++++++++ .../DocBook/media/v4l/vidioc-prepare-buf.xml | 9 +++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml index eb99604..d43e24a 100644 --- a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml +++ b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml @@ -48,6 +48,15 @@ <refsect1> <title>Description</title> + <note> + <title>Experimental</title> + + <para> + This is an <link linkend="experimental">experimental</link> + interface and may change in the future. + </para> + </note> + <para>This ioctl is used to create buffers for <link linkend="mmap">memory mapped</link> or <link linkend="userp">user pointer</link> I/O. It can be used as an alternative or in addition to the diff --git a/Documentation/DocBook/media/v4l/vidioc-prepare-buf.xml b/Documentation/DocBook/media/v4l/vidioc-prepare-buf.xml index 509e752..8889c6d 100644 --- a/Documentation/DocBook/media/v4l/vidioc-prepare-buf.xml +++ b/Documentation/DocBook/media/v4l/vidioc-prepare-buf.xml @@ -48,6 +48,15 @@ <refsect1> <title>Description</title> + <note> + <title>Experimental</title> + + <para> + This is an <link linkend="experimental">experimental</link> + interface and may change in the future. + </para> + </note> + <para>Applications can optionally call the <constant>VIDIOC_PREPARE_BUF</constant> ioctl to pass ownership of the buffer to the driver before actually enqueuing it, using the -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html