Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-22 Thread Michel Dänzer
On Mon, 2002-10-21 at 21:07, Kees Cook wrote: On Mon, Oct 21, 2002 at 07:53:13PM +0200, Michel Dänzer wrote: FWIW, I have an AGP 7000 running with PCI GART right now. It has locked Which binaries need to be replaced? radeon_drv.o (the 2D driver) and radeon.o (the DRM). I built the dri

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-21 Thread Kees Cook
On Mon, Oct 21, 2002 at 07:53:13PM +0200, Michel Dänzer wrote: FWIW, I have an AGP 7000 running with PCI GART right now. It has locked Which binaries need to be replaced? I built the dri tree from CVS, but X11 is still being weird. According to the log, Direct Rendering is enabled, but

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-21 Thread Benjamin Herrenschmidt
It might be related to the bus mastering issues. The reason that PCIGART support was not enabled on x86 was due to lockups that happened with AGP cards. What we need is either to fix the bug with using PCIGART on AGP cards or we need a way to have AGP cards fail to load the DRI when the AGPGART

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-18 Thread Michel Dänzer
On Don, 2002-10-17 at 21:07, James Fung wrote: The PCI radeon seems to work fairly well actually: OpenGL vendor string: Tungsten Graphics, Inc. OpenGL renderer string: Mesa DRI Radeon 20020611 AGP 1x x86/MMX/3DNow! TCL OpenGL version string: 1.2 Mesa 4.0.4 glxgears gives 1000 frames in

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-17 Thread James Fung
Thanks. The PCI radeon seems to work fairly well actually: OpenGL vendor string: Tungsten Graphics, Inc. OpenGL renderer string: Mesa DRI Radeon 20020611 AGP 1x x86/MMX/3DNow! TCL OpenGL version string: 1.2 Mesa 4.0.4 glxgears gives 1000 frames in 5.0 seconds = 200.000 FPS I've tried going

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-17 Thread Keith Whitwell
James Fung wrote: Thanks. The PCI radeon seems to work fairly well actually: OpenGL vendor string: Tungsten Graphics, Inc. OpenGL renderer string: Mesa DRI Radeon 20020611 AGP 1x x86/MMX/3DNow! TCL OpenGL version string: 1.2 Mesa 4.0.4 glxgears gives 1000 frames in 5.0 seconds = 200.000 FPS

[Dri-devel] PCIGART Radeon AIW support

2002-10-16 Thread James Fung
Hi. I'm using an All-In-Wonder Radeon card, and its the PCI version (not AGP). I complied the drm radeon.o module, and I editting the radeon_cp.c file to say #define PCIGART (presumably to try using the PCI GART). If I just insmod radeon.o and not agpgart.o, then I get: (II) RADEON(0): [drm]

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-16 Thread Michel Dänzer
On Mit, 2002-10-16 at 23:14, James Fung wrote: I'm using an All-In-Wonder Radeon card, and its the PCI version (not AGP). I complied the drm radeon.o module, and I editting the radeon_cp.c file to say #define PCIGART (presumably to try using the PCI GART). You need to do the same in