]> git.karo-electronics.de Git - linux-beck.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)
commit9b20fa08d3fd688c85f4a6fbfd1ee6ce58f826ee
tree5a7cf03f21f1ee80c258576f8455f280c2cbe5fa
parent22554020409f6febcce2790380e46cd483ae04bb
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]