Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-18 Thread Andrew Morton
On Tue, 14 Oct 2008 17:25:06 +0200 Anatolij Gustschin [EMAIL PROTECTED] wrote: This patch adds framebuffer driver for Fujitsu Carmine/Coral-P(A)/Lime graphics controllers. Lime GDC support is known to work on PPC440EPx based lwmon5 and MPC8544E based socrates embedded boards, both equipped

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-16 Thread Andrew Morton
On Tue, 14 Oct 2008 17:25:06 +0200 Anatolij Gustschin [EMAIL PROTECTED] wrote: This patch adds framebuffer driver for Fujitsu Carmine/Coral-P(A)/Lime graphics controllers. Lime GDC support is known to work on PPC440EPx based lwmon5 and MPC8544E based socrates embedded boards, both equipped

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-15 Thread Anatolij Gustschin
Matteo Fortini wrote: What about the mb86290 framebuffer driver directly from Fujitsu which is in the mainline kernel? This mb86290 framebuffer driver from Fujitsu isn't in mainline, it is in the DENX Linux Kernel tree. It's from 2003 and supports only until 86293, but can it be used as a

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-15 Thread Matteo Fortini
Ok I understand. FWIW, based on my trials: * DirectFB support on BE hosts is somehow easier than with carminefb: the patches from Nikita Egorov are working almost out of the box (they basically change every single access to memory so that it becomes ABGR, so that a simple

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-14 Thread Matteo Fortini
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? Regards, M Anton Vorontsov ha scritto: On Tue, Oct 14, 2008 at 03:50:52PM

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-14 Thread Anton Vorontsov
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

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-14 Thread Anton Vorontsov
On Tue, Oct 14, 2008 at 03:50:52PM +, Dmitry Baryshkov wrote: Anatolij Gustschin wrote: This patch adds framebuffer driver for Fujitsu Carmine/Coral-P(A)/Lime graphics controllers. Lime GDC support is known to work on PPC440EPx based lwmon5 and MPC8544E based socrates embedded boards,

[PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-14 Thread Anatolij Gustschin
This patch adds framebuffer driver for Fujitsu Carmine/Coral-P(A)/Lime graphics controllers. Lime GDC support is known to work on PPC440EPx based lwmon5 and MPC8544E based socrates embedded boards, both equipped with Lime GDC. Carmine/Coral-P PCI GDC support is known to work on PPC440EPx based

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-14 Thread Dmitry Baryshkov
Anatolij Gustschin wrote: This patch adds framebuffer driver for Fujitsu Carmine/Coral-P(A)/Lime graphics controllers. Lime GDC support is known to work on PPC440EPx based lwmon5 and MPC8544E based socrates embedded boards, both equipped with Lime GDC. Carmine/Coral-P PCI GDC support is known

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-14 Thread Anatolij Gustschin
Matteo Fortini wrote: Carminefb driver, though, supports 800x600 resolution. if you use this patch below diff --git a/drivers/video/mb862xx/mb862xxfb.c b/drivers/video/mb862xx/mb862xxfb.c index 26b66cb..904a111 100644 --- a/drivers/video/mb862xx/mb862xxfb.c +++