diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-12 14:52:45 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-14 14:21:11 -0600 |
commit | ab42b818954c040fa13639dc031d8541edcecb4b (patch) | |
tree | baf9142b53b039fa58ca66af479156f4886c9cc8 /Documentation/fb/sm501.rst | |
parent | 10ffebbed5503b1830c7920ef528075785351be6 (diff) |
docs: fb: convert docs to ReST and rename to *.rst
The conversion is actually:
- add blank lines and identation in order to identify paragraphs;
- fix tables markups;
- add some lists markups;
- mark literal blocks;
- adjust title markups.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Also, removed the Maintained by, as requested by Geert.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/fb/sm501.rst')
-rw-r--r-- | Documentation/fb/sm501.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/fb/sm501.rst b/Documentation/fb/sm501.rst new file mode 100644 index 000000000000..03e02c8042a7 --- /dev/null +++ b/Documentation/fb/sm501.rst @@ -0,0 +1,15 @@ +======= +sm501fb +======= + +Configuration: + +You can pass the following kernel command line options to sm501 +videoframebuffer:: + + sm501fb.bpp= SM501 Display driver: + Specify bits-per-pixel if not specified by 'mode' + + sm501fb.mode= SM501 Display driver: + Specify resolution as + "<xres>x<yres>[-<bpp>][@<refresh>]" |