From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2A7AA68374 for ; Sun, 2 Oct 2005 18:05:01 +1000 (EST) From: Benjamin Herrenschmidt To: "Antonino A. Daplas" In-Reply-To: <433F8774.6000301@gmail.com> References: <1128225462.8267.24.camel@gaston> <1128232186.8267.31.camel@gaston> <433F8774.6000301@gmail.com> Content-Type: text/plain Date: Sun, 02 Oct 2005 18:02:06 +1000 Message-Id: <1128240126.8267.37.camel@gaston> Mime-Version: 1.0 Cc: linuxppc-dev list , linux-fbdev-devel@lists.sourceforge.net, Linux Kernel list Subject: Re: [PATCH] nvidiafb: PPC & mode setting fixes (#2) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2005-10-02 at 15:08 +0800, Antonino A. Daplas wrote: > Benjamin Herrenschmidt wrote: > > (This version removes a useless bit that slipped in the previous one) > > > > This patch fixes a couple of things in nvidiafb: > > > > - The code for retreiving the mode from Open Firmware was broken. It > > would crash at boot and was copied from the old rivafb code that didn't > > work very well (I'll update rivafb too one of these days). > > What do you think of making EDID retrieval from the OF generic? Or is > it too much hassle? Well, at this point, it only really concerns nvidia and ati's and their respective firmwares seem to expose some properties a bit differently... The radeon code would probably work for nvidia though as I'm not trying to get the connector type for nvidiafb yet, but if I ever try, it seems the stuff is a bit different. I'd say let's keep them separate for now, I may put them in a common place some day .. Ben. > Thanks for the fix :-) > > Acked-by: Antonino Daplas Ok, if you confirm it doesn't seem to do any regression on other hardware (I don't have any other nvidia hw to test with), I'd like it upstream asap (probably too late for 2.6.14 though). Ben.