From owner-cvs-all@FreeBSD.ORG Wed Jul 20 22:33:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80E716A420; Wed, 20 Jul 2005 22:33:07 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0344B43D45; Wed, 20 Jul 2005 22:33:06 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id j6KMX5Td072544; Wed, 20 Jul 2005 15:33:05 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id j6KMX4bS072543; Wed, 20 Jul 2005 15:33:04 -0700 (PDT) (envelope-from anholt@FreeBSD.org) X-Authentication-Warning: leguin.anholt.net: anholt set sender to anholt@FreeBSD.org using -f From: Eric Anholt To: Jeremie Le Hen In-Reply-To: <20050720222617.GZ39292@obiwan.tataz.chchile.org> References: <200507202110.j6KLAvvZ011985@repoman.freebsd.org> <20050720222617.GZ39292@obiwan.tataz.chchile.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 20 Jul 2005 15:33:04 -0700 Message-Id: <1121898784.4260.33.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf NOTES src/sys/amd64/conf NOTES src/sys/modules/drm/radeon Makefile src/sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c drm_pciids.h r128_cce.c r300_cmdbuf.c r300_reg.h radeon_cp.c radeon_drm.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eta@lclark.edu List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 22:33:08 -0000 On Thu, 2005-07-21 at 00:26 +0200, Jeremie Le Hen wrote: > Hi Eric, > > > anholt 2005-07-20 21:10:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files > > sys/i386/conf NOTES > > sys/amd64/conf NOTES > > sys/modules/drm/radeon Makefile > > sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c > > drm_pciids.h r128_cce.c radeon_cp.c > > radeon_drm.h radeon_drv.h radeon_state.c > > Added files: > > sys/dev/drm r300_cmdbuf.c r300_reg.h > > Log: > > Add the latest r300 code from r300.sf.net. This is based on the patch supplied > > by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for > > FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. > > Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64. > > First of all, thanks for your work. > > I'm the happy (?) owner on an ATI Radeon Mobility X700. It seems that > ATI stopped releasing specs from their chips and that they now release > binary drivers for Windows and Linux. As usual, FreeBSD is forgotten > (and I don't even speak of other BSD, unfortunately). This chip belongs > to the same family as the X800 one, their codename are respectively > RV410 and R420. With time, I accepted the inevitable that I won't have > hardware acceleration support in X for some time, but given that you > worked a bit on the drm/radeon module, I thought that you could possibly > know if this driver has good chances to support this chip family someday > or if I can simply go on a pilgrimage and drop a candle each day at > church to pray that ATI will open their chip specification in the future. It should be supported. If the drm doesn't probe, try adding your PCI id to drm_pciids.h, and chances are reasonable that it'll work. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org