]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supported
authorTimur Tabi <timur@freescale.com>
Wed, 28 Sep 2011 21:19:53 +0000 (16:19 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 5 Oct 2011 01:10:12 +0000 (01:10 +0000)
commit880482377e4eb3eb425d2aeb30474b54e22c3855
tree8a57e8447ca0b025feba742b54296da3e7eafc55
parent9236d9869f8abf78d498bbc4b8834f3f43f8134e
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>
arch/powerpc/platforms/512x/mpc512x_shared.c
drivers/video/fsl-diu-fb.c
include/linux/fsl-diu-fb.h