mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
media: vidioc-prepare-buf.rst: drop reference to NO_CACHE flags
This was never implemented, so do not document this. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
04ee6d614c
commit
07b8fd8655
@ -43,10 +43,7 @@ Applications can optionally call the :ref:`VIDIOC_PREPARE_BUF` ioctl to
|
|||||||
pass ownership of the buffer to the driver before actually enqueuing it,
|
pass ownership of the buffer to the driver before actually enqueuing it,
|
||||||
using the :ref:`VIDIOC_QBUF <VIDIOC_QBUF>` ioctl, and to prepare it for future I/O. Such
|
using the :ref:`VIDIOC_QBUF <VIDIOC_QBUF>` ioctl, and to prepare it for future I/O. Such
|
||||||
preparations may include cache invalidation or cleaning. Performing them
|
preparations may include cache invalidation or cleaning. Performing them
|
||||||
in advance saves time during the actual I/O. In case such cache
|
in advance saves time during the actual I/O.
|
||||||
operations are not required, the application can use one of
|
|
||||||
``V4L2_BUF_FLAG_NO_CACHE_INVALIDATE`` and
|
|
||||||
``V4L2_BUF_FLAG_NO_CACHE_CLEAN`` flags to skip the respective step.
|
|
||||||
|
|
||||||
The struct :c:type:`v4l2_buffer` structure is specified in
|
The struct :c:type:`v4l2_buffer` structure is specified in
|
||||||
:ref:`buffer`.
|
:ref:`buffer`.
|
||||||
|
Loading…
Reference in New Issue
Block a user