]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Documentation: media: move Memory Consistency Flags
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 20 Jul 2024 10:46:51 +0000 (12:46 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 9 Aug 2024 05:56:38 +0000 (07:56 +0200)
commit670cb8f8a797b5365eafe4bc4676b4a0aaf22995
treea6866e49b2f72117d5f4f99d4622ba171ec6c73a
parent2b9e67861b7ea511d287bb02f461ed8316b51515
Documentation: media: move Memory Consistency Flags

The documentation of the Memory Consistency Flags was part of the struct
v4l2_buffer documentation, but that struct doesn't use those flags. Instead
it is used by VIDIOC_CREATE_BUFS and VIDIOC_REQBUFS. Move the documentation
from buffer.rst to vidioc-reqbufs.rst which is where it belongs.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Documentation/userspace-api/media/v4l/buffer.rst
Documentation/userspace-api/media/v4l/vidioc-reqbufs.rst