swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d authored by Greg Kroah-Hartman on 22 October 2018, 06:37:37 UTC
Linux 4.19
Tip revision: 84df952
sm712fb.txt
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
back to top