Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Leif Delgass
According to the register ref. (p.4-26), "GB" means "BGA package, AGP: both 1x and 2x)." I have an LT Pro, which has "LB" in the device ID. This is in the CFG_CHIP_TYPE in CONFIG_CHIP_ID. There's also a class, foundry ID, and major/minor numbers in CONFIG_CHIP_ID. At any rate, I just looked at

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Carl Busjahn
Hi all, I've looked at the documentation, and it's odd, it seems like nobody is mentioning the Mach64 GB. It might be this is simply named wrong in my bios, and it seems to run the same as other cards. Here's my PCI entry: pci bus 0x1 cardnum 0x00 function 0x: vendor 0x1002 device 0x4742

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Manuel Teira
El Dom 23 Sep 2001 00:28, escribiste: > On Sat, 22 Sep 2001, Manuel Teira wrote: > > El Sáb 22 Sep 2001 19:08, escribiste: > > And now, the results: > > > > 1.-When the new bm_dma_test is called from the dma_init it fails as ever. > > Then, if I try to run the 'gears' demo, it hangs the machine. >

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Leif Delgass
On Sat, 22 Sep 2001, Manuel Teira wrote: > El Sáb 22 Sep 2001 19:08, escribiste: > > Manuel Teira wrote: > > > El Sáb 22 Sep 2001 18:30, escribiste: > > > > You can pass an argument to isosurf to tell it to render only 100 > > > > triangles (isosurf -100) - another good option, and you can get it

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Manuel Teira
El Sáb 22 Sep 2001 19:08, escribiste: > Manuel Teira wrote: > > El Sáb 22 Sep 2001 18:30, escribiste: > > > You can pass an argument to isosurf to tell it to render only 100 > > > triangles (isosurf -100) - another good option, and you can get it to > > > render more by moving with the arrow keys.

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Steven Walter
On Sat, Sep 22, 2001 at 01:16:27PM -0700, David Bronaugh wrote: > Hi, > > This is re Andreas Karrenbauer's prob.. perhaps it's a bit off topic, but > it might help... > > Have you tried logging in via SSH and killing off and starting X via that? > I have had a fair degree of success restoring gr

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread David Bronaugh
Hi, This is re Andreas Karrenbauer's prob.. perhaps it's a bit off topic, but it might help... Have you tried logging in via SSH and killing off and starting X via that? I have had a fair degree of success restoring graphics mode that way (though text mode stays hosed). As I said, I don't know

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Keith Whitwell
Manuel Teira wrote: > > El Sáb 22 Sep 2001 18:30, escribiste: > > > > > You can pass an argument to isosurf to tell it to render only 100 triangles > > (isosurf -100) - another good option, and you can get it to render more by > > moving with the arrow keys. > isosurf, where could I find it? Me

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Manuel Teira
El Sáb 22 Sep 2001 18:30, escribiste: > > You can pass an argument to isosurf to tell it to render only 100 triangles > (isosurf -100) - another good option, and you can get it to render more by > moving with the arrow keys. isosurf, where could I find it? Thanks. -- M. Teira _

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Keith Whitwell
Manuel Teira wrote: > > El Sáb 22 Sep 2001 18:12, escribiste: > > Manuel Teira wrote: > > > Then, I closed my eyes and fired 'gears'. Well, it didn't lock my > > > machine, the gears window only contained garbage, but the program was > > > running, and saying: > > > 1786 frames in 5.002 seconds =

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Manuel Teira
El Sáb 22 Sep 2001 18:12, escribiste: > Manuel Teira wrote: > > Then, I closed my eyes and fired 'gears'. Well, it didn't lock my > > machine, the gears window only contained garbage, but the program was > > running, and saying: > > 1786 frames in 5.002 seconds = 357.057 FPS > > 1736 frames in 5 s

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Andreas Karrenbauer
Manuel Teira wrote: > Then, I closed my eyes and fired 'gears'. Well, it didn't lock my machine, > the gears window only contained garbage, but the program was running, and > saying: > 1786 frames in 5.002 seconds = 357.057 FPS > 1736 frames in 5 seconds = 347.2 FPS > > Well, I tried it severa

Re: [Dri-devel] DRM, i810, IRQ conflict

2001-09-22 Thread Keith Whitwell
Michael Zayats wrote: > > The configuration is following: > > i810 + 2.4.3 + agpgart + 4.1.0 + kmod from 4.1.0 > > I have the following problem: > > when drm loads (from /var/log/XFree86.0.log) it reports that > it can't register IRQ handler due to another device that have taken it. > > it's

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Manuel Teira
El Sáb 22 Sep 2001 17:03, escribiste: > Manuel Teira wrote: > > have a look at > there's the explaination about this API. I think we should use this if > anybody hasn't any objections. > pci_pool_create is specified: > pool = pci_pool_create( name, dev, size, align, alloc, flags ); > in this cas

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Andreas Karrenbauer
Manuel Teira wrote: > It's nice to hear about you again. I'll test the changes you've made on my > machine ASAP. BTW, I've take a fast look about the way you are allocating the > memory for the test: > > struct pci_pool *pool; > void *cpu_addr_table, *cpu_addr_data; > void *cpu_addr_table, *c

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Manuel Teira
El Sáb 22 Sep 2001 14:54, escribiste: > Hi guys! > > I've had lot of other things to do in the past weeks so I couldn't work > on mach64. I've still problems to compile the trunk with Manuel's > patches. I haven't had time to track this down, so I decided to post my > changes of mach64_dma.c which

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Manuel Teira
El Sáb 22 Sep 2001 14:54, escribiste: > Hi guys! > > I've had lot of other things to do in the past weeks so I couldn't work > on mach64. I've still problems to compile the trunk with Manuel's > patches. I haven't had time to track this down, so I decided to post my > changes of mach64_dma.c which

Re: [Dri-devel] Mach64 developers

2001-09-22 Thread Andreas Karrenbauer
Hi guys! I've had lot of other things to do in the past weeks so I couldn't work on mach64. I've still problems to compile the trunk with Manuel's patches. I haven't had time to track this down, so I decided to post my changes of mach64_dma.c which I have made in my copy of the mach64-branch.

[Dri-devel] DRM, i810, IRQ conflict

2001-09-22 Thread Michael Zayats
The configuration is following: i810 + 2.4.3 + agpgart + 4.1.0 + kmod from 4.1.0 I have the following problem: when drm loads (from /var/log/XFree86.0.log) it reports that it can't register IRQ handler due to another device that have taken it. it's true that lspci shows that both my video card