From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264188AbTDKFDh (for ); Fri, 11 Apr 2003 01:03:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264237AbTDKFDh (for ); Fri, 11 Apr 2003 01:03:37 -0400 Received: from nycsmtp3out.rdc-nyc.rr.com ([24.29.99.224]:15555 "EHLO nycsmtp3out.rdc-nyc.rr.com") by vger.kernel.org with ESMTP id S264188AbTDKFCA (for ); Fri, 11 Apr 2003 01:02:00 -0400 Message-ID: <3E964EFA.60806@sixbit.org> Date: Fri, 11 Apr 2003 01:13:30 -0400 From: John Weber Organization: My Home User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401 Debian/1.3-4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joshua Kwan , James Simmons CC: linux-kernel@vger.kernel.org Subject: Re: [FBDEV updates] Newest framebuffer fixes. References: <20030411033426.GA13930@triplehelix.org> In-Reply-To: <20030411033426.GA13930@triplehelix.org> Content-Type: multipart/mixed; boundary="------------050509090105060602070106" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------050509090105060602070106 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Joshua Kwan wrote: > On Thu, Apr 10, 2003 at 08:09:41PM +0100, James Simmons wrote: > >>Hi! >> >> Here are the latest framebuffer changes. Some driver updates and a >>massive cleanup of teh cursor code. Tony please test it on the i810 >>chipset. I tested it on the Riva but there is one bug I can't seem to >>find. Please test this patch. It is against 2.5.67 BK. It shoudl work >>against 2.5.67 as well. > > > I found that it requires this patch to compile correctly for radeonfb, > lifted from another LKML message Thanks to James, I finally got radeonfb working, but I had to use the attached driver instead. Any word on whether this driver will be included in the kernel seeing as the current one is so broken? (o- j o h n e w e b e r //\ weber@sixbit.org v_/_ http://weber.sixbit.org/ ===== aim/yahoo/msn: worldwidwebers --------------050509090105060602070106 Content-Type: text/plain; name="radeonfb.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="radeonfb.c" /* * drivers/video/radeonfb.c * framebuffer driver for ATI Radeon chipset video boards * * Copyright 2000 Ani Joshi * * * ChangeLog: * 2000-08-03 initial version 0.0.1 * 2000-09-10 more bug fixes, public release 0.0.5 * 2001-02-19 mode bug fixes, 0.0.7 * 2001-07-05 fixed scrolling issues, engine initialization, * and minor mode tweaking, 0.0.9 * 2001-09-07 Radeon VE support, Nick Kurshev * blanking, pan_display, and cmap fixes, 0.1.0 * 2001-10-10 Radeon 7500 and 8500 support, and experimental * flat panel support, 0.1.1 * 2001-11-17 Radeon M6 (ppc) support, Daniel Berlin, 0.1.2 * 2001-11-18 DFP fixes, Kevin Hendricks, 0.1.3 * 2001-11-29 more cmap, backlight fixes, Benjamin Herrenschmidt * 2002-01-18 DFP panel detection via BIOS, Michael Clark, 0.1.4 * 2002-06-02 console switching, mode set fixes, accel fixes * 2002-06-03 MTRR support, Peter Horton, 0.1.5 * 2002-09-21 rv250, r300, m9 initial support, * added mirror option, 0.1.6 * * Special thanks to ATI DevRel team for their hardware donations. * */ #define RADEON_VERSION "0.1.6" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if defined(__powerpc__) #include #include #include "macmodes.h" #ifdef CONFIG_NVRAM #include #endif #ifdef CONFIG_PMAC_BACKLIGHT #include #endif #ifdef CONFIG_BOOTX_TEXT #include #endif #ifdef CONFIG_ADB_PMU #include #include #endif #endif /* __powerpc__ */ #ifdef CONFIG_MTRR #include #endif #include