Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 18 Jan 2002 02:23:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 18 Jan 2002 02:23:24 -0500 Received: from shell.unixbox.com ([207.211.45.65]:7187 "EHLO shell.unixbox.com") by vger.kernel.org with ESMTP id ; Fri, 18 Jan 2002 02:23:09 -0500 Date: Thu, 17 Jan 2002 23:31:37 -0800 (PST) From: Ani Joshi To: Michael Clark cc: reddog83@chartermi.net, , Subject: Re: [PATCH] radeonfb for kernel-2.4.18-pre1 In-Reply-To: <3C467F34.30706@metaparadigm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Michael, Thanks for the patch, I will merge it in tomorrow and release an updated version of the driver soon after. ani On Thu, 17 Jan 2002, Michael Clark wrote: > The patch below is just a hack to get the driver to compile. > > I've had success with the patch in the message referenced below which is > from the driver maintainer. It fixes the compile problem in a cleaner manner > by adding the required defines to the radeon.h header file. > > http://marc.theaimsgroup.com/?l=linux-kernel&m=101046020806692&w=2 > > BTW - Also, here is my patch to radeonfb to detect panel geometry using > radeon BIOS registers on Radeon Mobility M6 chipset. > > http://gort.metaparadigm.com/radeonfb/radeon-bios-dfpinfo-2.patch > > radeonfb still needs DDC detection added for x86 (use OF on PPC to get EDID > info), although the BIOS detection is still required as not all panels > support DDC (such as the LCD panel in my laptop). > > ~mc > > reddog83 wrote: > > > Hi this patch fix's up the compiling issue with the Radeon Frame Buffer > > driver. With this patch it should compile. I checked all over the LKML and > > there has ben acouple of people who have sent the same patch in but have not > > been acknowledged. Please apply this patch. Or Alan would you please include > > this patch in your next ac release if you do have one? > > Thank you Victor > > > > > > ------------------------------------------------------------------------ > > > > --- linux-2.4.18-pre1/drivers/video/radeonfb.c.orig Sat Dec 29 20:48:07 2001 > > +++ linux-2.4.18-pre1/drivers/video/radeonfb.c Sat Dec 29 22:35:21 2001 > > @@ -76,6 +76,7 @@ > > #include