mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
Many framebuffer driver docs are copied from vesafb docs as their template, including "What is <driver name>" title. Such title implies the introductory section, however, and not the whole docs. Retitle them. Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>
36 lines
983 B
ReStructuredText
36 lines
983 B
ReStructuredText
==========================================================
|
|
sm712fb - Silicon Motion SM712 graphics framebuffer driver
|
|
==========================================================
|
|
|
|
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 acceleration
|
|
* dual-head support
|