From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matteo Fortini Subject: Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs Date: Tue, 14 Oct 2008 19:10:55 +0200 Message-ID: <48F4D29F.6090909@selcomgroup.com> References: <1223997906-19900-1-git-send-email-agust@denx.de> <20081014170455.GA16338@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20081014170455.GA16338@oksana.dev.rtsoft.ru> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: avorontsov@ru.mvista.com Cc: Dmitry Baryshkov , linuxppc-dev@ozlabs.org, Anatolij Gustschin , linux-fbdev-devel@lists.sourceforge.net 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 +0000, 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, both equipped >>> with Lime GDC. Carmine/Coral-P PCI GDC support is known to work on >>> PPC440EPx based Sequoia board and also on x86 platform. >>> >>> Signed-off-by: Anatolij Gustschin --- >>> There are some PPC OF bits, so I'm cc'ing linuxppc-dev list. >>> >> I though there is already carminefb driver. >> > > FWIW, I quite like Anatolij's driver: it has PCI and OF bindings, plus > the patch description states that the driver supports Mint controllers > as well, and I have some hardware that actually needs the support for > Mint GDCs. (Today we just configure the GDC in the firmware and linux > use offb.c driver with static setup, w/o ability to change modes e.t.c.) > >