[PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

Anton Vorontsov avorontsov at ru.mvista.com
Wed Oct 15 04:53:22 EST 2008


On Tue, Oct 14, 2008 at 07:10:55PM +0200, Matteo Fortini wrote:
> Carminefb driver, though, supports 800x600 resolution.
>
> BTW, I tried this patch and I get wrong colors on a patched DirectFB  
> which is changing the endianness on the fly. Is this driver already  
> taking care of this?

Yup. But you can change that, just delete FB_*_ENDIAN stuff from
drivers/video/Kconfig:

+config FB_MB862XX_LIME
+       bool "Lime GDC"
+       depends on FB_MB862XX
+       select FB_FOREIGN_ENDIAN
+       select FB_LITTLE_ENDIAN

..but then the kernel's fb console will be with the wrong colors.

-- 
Anton Vorontsov
email: cbouatmailru at gmail.com
irc://irc.freenode.net/bd2



More information about the Linuxppc-dev mailing list