kern/67702: Radeon DRM does not recognize certain Radeon 9200 IDs

Jukka A. Ukkonen Jukka.Ukkonen at mawit.com
Tue Jun 8 16:20:29 GMT 2004


The following reply was made to PR kern/67702; it has been noted by GNATS.

From: "Jukka A. Ukkonen" <Jukka.Ukkonen at mawit.com>
To: freebsd-gnats-submit at FreeBSD.org, jau at iki.fi
Cc:  
Subject: Re: kern/67702: Radeon DRM does not recognize certain Radeon 9200
 IDs
Date: Tue, 08 Jun 2004 19:15:34 +0300

 With my fix applied DRM/DRI works X11 as expected.
 Starting X also generates this in the dmesg buffer...
 
 drm0: <ATI Radeon 9200> port 0xd800-0xd8ff mem 
 0xff5f0000-0xff5fffff,0xe8000000-0xefffffff irq 5 at device 0.0 on pci1
 info: [drm] AGP at 0xf8000000 64MB
 info: [drm] Initialized radeon 1.8.0 20020828 on minor 0
 drm1: <ATI Radeon 9200> mem 0xff5e0000-0xff5effff,0xe0000000-0xe7ffffff at 
 device 0.1 on pci1
 info: [drm] AGP at 0xf8000000 64MB
 info: [drm] Initialized radeon 1.8.0 20020828 on minor 1
 
 This appears in /var/log/XFree86.0.log ...
 
 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 1
 drmOpenDevice: node name is /dev/dri/card1
 drmOpenDevice: open result is 6, (OK)
 drmGetBusid returned ''
 (II) RADEON(0): [drm] loaded kernel module for "radeon" driver
 (II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
 (II) RADEON(0): [drm] added 8192 byte SAREA at 0xc2887000
 (II) RADEON(0): [drm] mapped SAREA 0xc2887000 to 0x28309000
 (II) RADEON(0): [drm] framebuffer handle = 0xe8000000
 (II) RADEON(0): [drm] added 1 reserved context for kernel
 
 These should be big enough signs that the patch really works.
 And an even better sign is that e.g. 3d xlock modes run much
 smoother with less CPU load.
 
 	// jau


More information about the freebsd-bugs mailing list