Re: [Dri-devel] Matrox G450 _PCI_ and Alpha -- partial success

2001-11-30 Thread Michel Dänzer
On Sat, 2001-12-01 at 01:02, Claus-Justus Heine wrote: > So it seems to work now. Textures do not work (do they work at all > without HAL lib from Matrox? Found some comments in the mga driver > which suggest they are not (yet) supported). We're running a couple G450s in the office without halli

Re: [Dri-devel] Matrox G450 _PCI_ and Alpha -- partial success

2001-11-30 Thread Claus-Justus Heine
Claus-Justus Heine <[EMAIL PROTECTED]> writes: > Basically, it seems to work now -- in principle. Synchronization with > the X-Server is flaky; maybe there is a mb() issue or something like > that. The deadlock was caused by debugging code inserted by myself (sending output with printf() to an x

Re: [Dri-devel] Matrox G450 _PCI_ and Alpha -- partial success

2001-11-29 Thread Claus-Justus Heine
Claus-Justus Heine <[EMAIL PROTECTED]> writes: > Michel Dänzer <[EMAIL PROTECTED]> writes: > > > > And one major feature on x86 machines are the iommu facilities of the > > > AGP chipsets. Implementing a fake "AGP" driver for architectures which > > > already have iommu facilities for their PCI

Re: [Dri-devel] Matrox G450 _PCI_ and Alpha

2001-11-27 Thread Claus-Justus Heine
Michel Dänzer <[EMAIL PROTECTED]> writes: > > And one major feature on x86 machines are the iommu facilities of the > > AGP chipsets. Implementing a fake "AGP" driver for architectures which > > already have iommu facilities for their PCI subsystems seems to be > > fairly easy. The user-land driv

[Dri-devel] Matrox G450 _PCI_ and Alpha

2001-11-20 Thread Claus-Justus Heine
Hi there, the last days I was amusing myself with finding out about the status of the Matrox G450 _PCI_ w.r.t. to hw 3D support. The card is plugged into an Alpha station (UP2000). I ended up hacking the agpgart module to kind-of emulate an agp chipset by using the iommu of the UP2000 mainboard.