diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-12 19:52:45 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-14 22:21:11 +0200 |
commit | ab42b818954c040fa13639dc031d8541edcecb4b (patch) | |
tree | baf9142b53b039fa58ca66af479156f4886c9cc8 /Documentation/fb/sm712fb.rst | |
parent | docs: fault-injection: convert docs to ReST and rename to *.rst (diff) | |
download | linux-ab42b818954c040fa13639dc031d8541edcecb4b.tar.xz linux-ab42b818954c040fa13639dc031d8541edcecb4b.zip |
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/sm712fb.rst')
-rw-r--r-- | Documentation/fb/sm712fb.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Documentation/fb/sm712fb.rst b/Documentation/fb/sm712fb.rst new file mode 100644 index 000000000000..994dad3b0238 --- /dev/null +++ b/Documentation/fb/sm712fb.rst @@ -0,0 +1,35 @@ +================ +What is sm712fb? +================ + +This is a graphics framebuffer driver for Silicon Motion SM712 based processors. + +How to use it? +============== + +Switching modes is done using the video=sm712fb:... boot parameter. + +If you want, for example, enable a resolution of 1280x1024x24bpp you should +pass to the kernel this command line: "video=sm712fb:0x31B". + +You should not compile-in vesafb. + +Currently supported video modes are: + +Graphic modes +------------- + +=== ======= ======= ======== ========= +bpp 640x480 800x600 1024x768 1280x1024 +=== ======= ======= ======== ========= + 8 0x301 0x303 0x305 0x307 + 16 0x311 0x314 0x317 0x31A + 24 0x312 0x315 0x318 0x31B +=== ======= ======= ======== ========= + +Missing Features +================ +(alias TODO list) + + * 2D acceleratrion + * dual-head support |