From: Hans Verkuil <hans.verkuil@xxxxxxxxx> Document the new struct media_v2_entity 'flags' field. Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> --- Documentation/media/uapi/mediactl/media-ioc-g-topology.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst b/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst index 459818c3490c..6521ab7c9b58 100644 --- a/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst +++ b/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst @@ -211,7 +211,18 @@ desired arrays with the media graph elements. - __u32 - - ``reserved``\ [6] + - ``flags`` + + - Entity flags, see :ref:`media-entity-flag` for details. + Only valid if ``MEDIA_V2_ENTITY_HAS_FLAGS(media_version)`` + returns true. The ``media_version`` is defined in struct + :c:type:`media_device_info`. + + - .. row 5 + + - __u32 + + - ``reserved``\ [5] - Reserved for future extensions. Drivers and applications must set this array to zero. -- 2.15.1