From owner-freebsd-current@FreeBSD.ORG Wed Sep 8 15:09:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49EFA16A4D4 for ; Wed, 8 Sep 2004 15:09:09 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2BF43D55 for ; Wed, 8 Sep 2004 15:09:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 8723 invoked from network); 8 Sep 2004 15:09:08 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 8 Sep 2004 15:09:08 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i88F8t25013231; Wed, 8 Sep 2004 11:09:03 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: vova@fbsd.ru Date: Wed, 8 Sep 2004 10:42:25 -0400 User-Agent: KMail/1.6.2 References: <1094502674.2668.4.camel@localhost> <1094628108.1053.2.camel@localhost> <1094630854.1053.14.camel@localhost> In-Reply-To: <1094630854.1053.14.camel@localhost> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Message-Id: <200409081042.25823.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: "current@freebsd.org" Subject: Re: ATI Radeon LY Mobility M6: DRM does not work - locking issue ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 15:09:09 -0000 On Wednesday 08 September 2004 04:07 am, Vladimir Grebenschikov wrote: > =F7 =D3=D2, 08/09/2004 =D7 11:21 +0400, Vladimir Grebenschikov =D0=C9=DB= =C5=D4: > > =F7 =D7=D4, 07/09/2004 =D7 15:25 -0400, John Baldwin =D0=C9=DB=C5=D4: > > > Your AGP bridge isn't supported it seems. Does 'dmesg | grep agp' sh= ow > > > anything? > > > > nothing, but > > > > # pciconf -lv > > agp0@pci0:0:0: class=3D0x060000 card=3D0x8140104d chip=3D0x33408086 re= v=3D0x03 > > hdr=3D0x00 > > vendor =3D 'Intel Corporation' > > device =3D '82855PM Odem Host-Hub Interface Bridge' > > class =3D bridge > > subclass =3D HOST-PCI > > ... Odd, it does look like agp0 did attach then. > also in Xorg.0.log there is following message: > > (=3D=3D) RADEON(0): Write-combining range (0x0,0x1000) was already clear > (--) RADEON(0): Chipset: "ATI Radeon Mobility M6 LY (AGP)" (ChipID =3D > 0x4c59) > (--) RADEON(0): Linear framebuffer at 0xd8000000 > (--) RADEON(0): VideoRAM: 16384 kByte (32 bit DDR SDRAM) > (II) RADEON(0): AGP card detected That's just telling you that you have an AGP video card, it doesn't mean=20 anything as far as if the GART is working or not. > > any clues ? > > > > > from Xorg.0.log: > > > > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is 6, (OK) > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is 6, (OK) > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is 6, (OK) > > > drmGetBusid returned '' > > > (II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0" > > > (II) RADEON(0): [drm] added 8192 byte SAREA at 0xc391c000 > > > (II) RADEON(0): [drm] mapped SAREA 0xc391c000 to 0x283c2000 > > > (II) RADEON(0): [drm] framebuffer handle =3D 0xd8000000 > > > (II) RADEON(0): [drm] added 1 reserved context for kernel > > > (WW) RADEON(0): [agp] AGP not available This message means that the GART is not working somehow, or that the radeon= (4)=20 driver can't work with it. You can try asking Eric Anholt=20 (anholt@FreeBSD.org) if he has any ideas. =2D-=20 John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =3D http://www.FreeBSD.org