Commit 8926814e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc-rst: media-ioc-g-topology: Fix tables

The tables were not properly converted. It looked a little
ackward already at DocBook, but the conversion made it worse.

Fix them.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 8c1cc62a
...@@ -54,6 +54,7 @@ desired arrays with the media graph elements. ...@@ -54,6 +54,7 @@ desired arrays with the media graph elements.
.. flat-table:: struct media_v2_topology .. flat-table:: struct media_v2_topology
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
:widths: 1 2 8
- .. row 1 - .. row 1
...@@ -62,8 +63,6 @@ desired arrays with the media graph elements. ...@@ -62,8 +63,6 @@ desired arrays with the media graph elements.
- ``topology_version`` - ``topology_version``
-
-
- Version of the media graph topology. When the graph is created, - Version of the media graph topology. When the graph is created,
this field starts with zero. Every time a graph element is added this field starts with zero. Every time a graph element is added
or removed, this field is incremented. or removed, this field is incremented.
...@@ -74,8 +73,6 @@ desired arrays with the media graph elements. ...@@ -74,8 +73,6 @@ desired arrays with the media graph elements.
- ``num_entities`` - ``num_entities``
-
-
- Number of entities in the graph - Number of entities in the graph
- .. row 3 - .. row 3
...@@ -84,8 +81,6 @@ desired arrays with the media graph elements. ...@@ -84,8 +81,6 @@ desired arrays with the media graph elements.
- ``ptr_entities`` - ``ptr_entities``
-
-
- A pointer to a memory area where the entities array will be - A pointer to a memory area where the entities array will be
stored, converted to a 64-bits integer. It can be zero. if zero, stored, converted to a 64-bits integer. It can be zero. if zero,
the ioctl won't store the entities. It will just update the ioctl won't store the entities. It will just update
...@@ -97,8 +92,6 @@ desired arrays with the media graph elements. ...@@ -97,8 +92,6 @@ desired arrays with the media graph elements.
- ``num_interfaces`` - ``num_interfaces``
-
-
- Number of interfaces in the graph - Number of interfaces in the graph
- .. row 5 - .. row 5
...@@ -107,8 +100,6 @@ desired arrays with the media graph elements. ...@@ -107,8 +100,6 @@ desired arrays with the media graph elements.
- ``ptr_interfaces`` - ``ptr_interfaces``
-
-
- A pointer to a memory area where the interfaces array will be - A pointer to a memory area where the interfaces array will be
stored, converted to a 64-bits integer. It can be zero. if zero, stored, converted to a 64-bits integer. It can be zero. if zero,
the ioctl won't store the interfaces. It will just update the ioctl won't store the interfaces. It will just update
...@@ -120,8 +111,6 @@ desired arrays with the media graph elements. ...@@ -120,8 +111,6 @@ desired arrays with the media graph elements.
- ``num_pads`` - ``num_pads``
-
-
- Total number of pads in the graph - Total number of pads in the graph
- .. row 7 - .. row 7
...@@ -130,8 +119,6 @@ desired arrays with the media graph elements. ...@@ -130,8 +119,6 @@ desired arrays with the media graph elements.
- ``ptr_pads`` - ``ptr_pads``
-
-
- A pointer to a memory area where the pads array will be stored, - A pointer to a memory area where the pads array will be stored,
converted to a 64-bits integer. It can be zero. if zero, the ioctl converted to a 64-bits integer. It can be zero. if zero, the ioctl
won't store the pads. It will just update ``num_pads`` won't store the pads. It will just update ``num_pads``
...@@ -142,8 +129,6 @@ desired arrays with the media graph elements. ...@@ -142,8 +129,6 @@ desired arrays with the media graph elements.
- ``num_links`` - ``num_links``
-
-
- Total number of data and interface links in the graph - Total number of data and interface links in the graph
- .. row 9 - .. row 9
...@@ -152,8 +137,6 @@ desired arrays with the media graph elements. ...@@ -152,8 +137,6 @@ desired arrays with the media graph elements.
- ``ptr_links`` - ``ptr_links``
-
-
- A pointer to a memory area where the links array will be stored, - A pointer to a memory area where the links array will be stored,
converted to a 64-bits integer. It can be zero. if zero, the ioctl converted to a 64-bits integer. It can be zero. if zero, the ioctl
won't store the links. It will just update ``num_links`` won't store the links. It will just update ``num_links``
...@@ -165,6 +148,7 @@ desired arrays with the media graph elements. ...@@ -165,6 +148,7 @@ desired arrays with the media graph elements.
.. flat-table:: struct media_v2_entity .. flat-table:: struct media_v2_entity
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
:widths: 1 2 8
- .. row 1 - .. row 1
...@@ -173,8 +157,6 @@ desired arrays with the media graph elements. ...@@ -173,8 +157,6 @@ desired arrays with the media graph elements.
- ``id`` - ``id``
-
-
- Unique ID for the entity. - Unique ID for the entity.
- .. row 2 - .. row 2
...@@ -183,8 +165,6 @@ desired arrays with the media graph elements. ...@@ -183,8 +165,6 @@ desired arrays with the media graph elements.
- ``name``\ [64] - ``name``\ [64]
-
-
- Entity name as an UTF-8 NULL-terminated string. - Entity name as an UTF-8 NULL-terminated string.
- .. row 3 - .. row 3
...@@ -193,8 +173,6 @@ desired arrays with the media graph elements. ...@@ -193,8 +173,6 @@ desired arrays with the media graph elements.
- ``function`` - ``function``
-
-
- Entity main function, see :ref:`media-entity-type` for details. - Entity main function, see :ref:`media-entity-type` for details.
- .. row 4 - .. row 4
...@@ -213,7 +191,7 @@ desired arrays with the media graph elements. ...@@ -213,7 +191,7 @@ desired arrays with the media graph elements.
.. flat-table:: struct media_v2_interface .. flat-table:: struct media_v2_interface
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
:widths: 1 2 8
- .. row 1 - .. row 1
...@@ -221,8 +199,6 @@ desired arrays with the media graph elements. ...@@ -221,8 +199,6 @@ desired arrays with the media graph elements.
- ``id`` - ``id``
-
-
- Unique ID for the interface. - Unique ID for the interface.
- .. row 2 - .. row 2
...@@ -231,8 +207,6 @@ desired arrays with the media graph elements. ...@@ -231,8 +207,6 @@ desired arrays with the media graph elements.
- ``intf_type`` - ``intf_type``
-
-
- Interface type, see :ref:`media-intf-type` for details. - Interface type, see :ref:`media-intf-type` for details.
- .. row 3 - .. row 3
...@@ -241,8 +215,6 @@ desired arrays with the media graph elements. ...@@ -241,8 +215,6 @@ desired arrays with the media graph elements.
- ``flags`` - ``flags``
-
-
- Interface flags. Currently unused. - Interface flags. Currently unused.
- .. row 4 - .. row 4
...@@ -251,8 +223,6 @@ desired arrays with the media graph elements. ...@@ -251,8 +223,6 @@ desired arrays with the media graph elements.
- ``reserved``\ [9] - ``reserved``\ [9]
-
-
- Reserved for future extensions. Drivers and applications must set - Reserved for future extensions. Drivers and applications must set
this array to zero. this array to zero.
...@@ -262,8 +232,6 @@ desired arrays with the media graph elements. ...@@ -262,8 +232,6 @@ desired arrays with the media graph elements.
- ``devnode`` - ``devnode``
-
-
- Used only for device node interfaces. See - Used only for device node interfaces. See
:ref:`media-v2-intf-devnode` for details.. :ref:`media-v2-intf-devnode` for details..
...@@ -274,6 +242,7 @@ desired arrays with the media graph elements. ...@@ -274,6 +242,7 @@ desired arrays with the media graph elements.
.. flat-table:: struct media_v2_interface .. flat-table:: struct media_v2_interface
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
:widths: 1 2 8
- .. row 1 - .. row 1
...@@ -282,8 +251,6 @@ desired arrays with the media graph elements. ...@@ -282,8 +251,6 @@ desired arrays with the media graph elements.
- ``major`` - ``major``
-
-
- Device node major number. - Device node major number.
- .. row 2 - .. row 2
...@@ -292,8 +259,6 @@ desired arrays with the media graph elements. ...@@ -292,8 +259,6 @@ desired arrays with the media graph elements.
- ``minor`` - ``minor``
-
-
- Device node minor number. - Device node minor number.
...@@ -303,6 +268,7 @@ desired arrays with the media graph elements. ...@@ -303,6 +268,7 @@ desired arrays with the media graph elements.
.. flat-table:: struct media_v2_pad .. flat-table:: struct media_v2_pad
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
:widths: 1 2 8
- .. row 1 - .. row 1
...@@ -311,8 +277,6 @@ desired arrays with the media graph elements. ...@@ -311,8 +277,6 @@ desired arrays with the media graph elements.
- ``id`` - ``id``
-
-
- Unique ID for the pad. - Unique ID for the pad.
- .. row 2 - .. row 2
...@@ -321,8 +285,6 @@ desired arrays with the media graph elements. ...@@ -321,8 +285,6 @@ desired arrays with the media graph elements.
- ``entity_id`` - ``entity_id``
-
-
- Unique ID for the entity where this pad belongs. - Unique ID for the entity where this pad belongs.
- .. row 3 - .. row 3
...@@ -331,8 +293,6 @@ desired arrays with the media graph elements. ...@@ -331,8 +293,6 @@ desired arrays with the media graph elements.
- ``flags`` - ``flags``
-
-
- Pad flags, see :ref:`media-pad-flag` for more details. - Pad flags, see :ref:`media-pad-flag` for more details.
- .. row 4 - .. row 4
...@@ -341,8 +301,6 @@ desired arrays with the media graph elements. ...@@ -341,8 +301,6 @@ desired arrays with the media graph elements.
- ``reserved``\ [9] - ``reserved``\ [9]
-
-
- Reserved for future extensions. Drivers and applications must set - Reserved for future extensions. Drivers and applications must set
this array to zero. this array to zero.
...@@ -353,6 +311,7 @@ desired arrays with the media graph elements. ...@@ -353,6 +311,7 @@ desired arrays with the media graph elements.
.. flat-table:: struct media_v2_pad .. flat-table:: struct media_v2_pad
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
:widths: 1 2 8
- .. row 1 - .. row 1
...@@ -361,8 +320,6 @@ desired arrays with the media graph elements. ...@@ -361,8 +320,6 @@ desired arrays with the media graph elements.
- ``id`` - ``id``
-
-
- Unique ID for the pad. - Unique ID for the pad.
- .. row 2 - .. row 2
...@@ -371,8 +328,6 @@ desired arrays with the media graph elements. ...@@ -371,8 +328,6 @@ desired arrays with the media graph elements.
- ``source_id`` - ``source_id``
-
-
- On pad to pad links: unique ID for the source pad. - On pad to pad links: unique ID for the source pad.
On interface to entity links: unique ID for the interface. On interface to entity links: unique ID for the interface.
...@@ -383,8 +338,6 @@ desired arrays with the media graph elements. ...@@ -383,8 +338,6 @@ desired arrays with the media graph elements.
- ``sink_id`` - ``sink_id``
-
-
- On pad to pad links: unique ID for the sink pad. - On pad to pad links: unique ID for the sink pad.
On interface to entity links: unique ID for the entity. On interface to entity links: unique ID for the entity.
...@@ -395,8 +348,6 @@ desired arrays with the media graph elements. ...@@ -395,8 +348,6 @@ desired arrays with the media graph elements.
- ``flags`` - ``flags``
-
-
- Link flags, see :ref:`media-link-flag` for more details. - Link flags, see :ref:`media-link-flag` for more details.
- .. row 5 - .. row 5
...@@ -405,8 +356,6 @@ desired arrays with the media graph elements. ...@@ -405,8 +356,6 @@ desired arrays with the media graph elements.
- ``reserved``\ [5] - ``reserved``\ [5]
-
-
- Reserved for future extensions. Drivers and applications must set - Reserved for future extensions. Drivers and applications must set
this array to zero. this array to zero.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment