[media] v4l: add 'unordered' flag to format description ioctl
authorJanghyuck Kim <janghyuck.kim@samsung.com>
Fri, 23 Mar 2018 07:36:37 +0000 (16:36 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:28:41 +0000 (14:28 +0900)
commit70ce52e483c184faa079577cf32b17fe237b0a4b
tree132d29376172b7cd70d132318efec7754e881e98
parent087d5a2870133e942b6f0a2aaee8e40c9f7b49d2
[media] v4l: add 'unordered' flag to format description ioctl

For explicit synchronization it important for userspace to know if the
format being used by the driver can deliver the buffers back to
userspace
in the same order they were queued with QBUF.

Ordered streams fits nicely in a pipeline with DRM for example, where
ordered buffer are expected.

v2 - Improve documentation (Hans)

Change-Id: I5f0361407c7e50cf7eadb754bc977ed28de87527
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
Documentation/media/uapi/v4l/vidioc-enum-fmt.rst
include/uapi/linux/videodev2.h