Re: [Dri-devel] Radeon scratch register writeback patch

2002-07-13 Thread Michel Dänzer
file: /cvsroot/dri/xc/xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon.h,v retrieving revision 1.2 diff -p -u -r1.2 radeon.h --- programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon.h 5 Jul 2002 08:31:11 - 1.2 +++ programs/Xserver/hw/xfree86/os-support/shared/drm/ke

[Dri-devel] radeon.o DRM module doesn't build (today's checkout of the trunc)

2002-07-13 Thread Slava Polyakov
$ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs gcc version 2.95.3 20010315 (release) hackie@misato:~/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel {513}$ make -f Makefile.linux radeon.o cc -O2 -Wall -Wwrite-strings -Wpointer-arith -Wcast-align -Wstrict-

Re: [Dri-devel] radeon.o DRM module doesn't build (today's checkoutof the trunc)

2002-07-13 Thread Eric Anholt
On Sat, 2002-07-13 at 11:56, Slava Polyakov wrote: > $ gcc -v > Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs > gcc version 2.95.3 20010315 (release) > > hackie@misato:~/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel > {513}$ make -f Makefile.linux radeon.o > >

Re: [Dri-devel] radeon.o DRM module doesn't build (today's checkout of the trunc)

2002-07-13 Thread Ville Syrjälä
On Sat, Jul 13, 2002 at 12:26:07PM -0600, Eric Anholt wrote: > Okay, this was my fault, I changed __FUNCTION__ to __func__ because gcc3 > complains about __FUNCTION__ being deprecated and I was told __func__ > was the portable alternative. Maybe we need a #define __func__ > __FUNCTION__ for some

[Dri-devel] Mach64: Error flushing vertex buffer: return = -11

2002-07-13 Thread Felix Kühling
Hi, I tried another game: Torcs. Occasionally (about once in 1 or 2 hours) it crashes with "Error flushing vertex buffer: return = -11". This is the corresponding kernel log: Jul 13 23:04:30 viking kernel: [drm:mach64_freelist_get] *ERROR* Empty ring with non-idle engine! Jul 13 23:04:30 viking

Re: [Dri-devel] radeon.o DRM module doesn't build (today's checkout of the trunc)

2002-07-13 Thread Slava Polyakov
On July 13, 2002 04:04 pm, Ville Syrjälä wrote: > On Sat, Jul 13, 2002 at 12:26:07PM -0600, Eric Anholt wrote: > > Okay, this was my fault, I changed __FUNCTION__ to __func__ because gcc3 > > complains about __FUNCTION__ being deprecated and I was told __func__ > > was the portable alternative. M

Re: [Dri-devel] Mach64: Error flushing vertex buffer: return = -11

2002-07-13 Thread José Fonseca
On Sat, Jul 13, 2002 at 11:24:44PM +0200, Felix Kühling wrote: > Hi, > > I tried another game: Torcs. Occasionally (about once in 1 or 2 hours) > it crashes with "Error flushing vertex buffer: return = -11". This is > the corresponding kernel log: > > Jul 13 23:04:30 viking kernel: [drm:mach64_f

Re: [Dri-devel] Mach64: Error flushing vertex buffer: return = -11

2002-07-13 Thread Leif Delgass
On Sun, 14 Jul 2002, José Fonseca wrote: > But the fact remains that the reads from GUI_STAT aren't reliable. I > wonder if the chip creats some transient values... I wonder if always reading FIFO_STAT before GUI_STAT would make a difference. The register reference says that the GUI_ACTIVE bit

Re: [Dri-devel] Mach64: Error flushing vertex buffer: return = -11

2002-07-13 Thread Leif Delgass
On Sat, 13 Jul 2002, Leif Delgass wrote: > On Sun, 14 Jul 2002, José Fonseca wrote: > > > But the fact remains that the reads from GUI_STAT aren't reliable. I > > wonder if the chip creats some transient values... > > I wonder if always reading FIFO_STAT before GUI_STAT would make a > differenc

Re: [Dri-devel] R200 video signal lost

2002-07-13 Thread Keith Whitwell
> > cu, Adam. > > P.S.: how do I enable TCL in these drivers? (it says "TCL disabled"). You have to wait until the code is written :)... Shouldn't be too long as I'm seeing some tcl triangles already. I'm travelling this week so I haven't made a lot of progress in the last few days... Kei