commit | c4e5a0232763db22d6c60c391ed5816b2b2ac063 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Sep 28 16:19:53 2011 -0500 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Wed Oct 05 01:10:12 2011 +0000 |
tree | 8a57e8447ca0b025feba742b54296da3e7eafc55 | |
parent | 7e47c211953bd8e396b168eba2c288ea6aec20ef [diff] |
drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supported The Freescale DIU video controller supports five video "modes", but only the first two are used by the driver. The other three are special modes that don't make sense for a framebuffer driver. Therefore, there's no point in keeping a global variable that indicates which mode we're supposed to use. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>