]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/gpu: convert the KMS properties table to CSV
authorJani Nikula <jani.nikula@intel.com>
Tue, 21 Jun 2016 11:49:01 +0000 (14:49 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 Jun 2016 12:15:22 +0000 (14:15 +0200)
commitf99f874eddd252624d899303f25d7e30fb5237ef
tree5a7cf03f21f1ee80c258576f8455f280c2cbe5fa
parent77c280dee51f17cc72a0e0fae8e75d2118b8a804
Documentation/gpu: convert the KMS properties table to CSV

Pandoc really did a bad job of converting the big KMS properties table
to RST. Instead, put the properties into a separate plain text CSV file,
and include it in the RST file. The generated output isn't very pretty,
but at least the information is there, and it's stored in a format
that's easier to process and improve upon at a later time.

The CSV file was generated by copy-pasting the table from the HTML
generated by the DocBook toolchain into LibreOffice Calc, and then saved
as CSV, unmodified.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/17053ff08caf5cfac4f478437ef796f83a31d772.1466506505.git.jani.nikula@intel.com
Documentation/gpu/drm-internals.rst
Documentation/gpu/kms-properties.csv [new file with mode: 0644]