Re: PCI Express support for Radeon...

2005-09-17 Thread Benjamin Herrenschmidt
On Sun, 2005-09-11 at 23:25 -0400, Alex Deucher wrote: > > Dave I tested on my r430 pcie (0x554f) and it hangs just like your > original patch. Any ideas? perhaps it doesn't like the current r300 > microcode? What the best way to extract the correct microcode from > the windows driver or fglrx?

Re: PCI Express support for Radeon...

2005-09-11 Thread Alex Deucher
On 9/11/05, Dave Airlie <[EMAIL PROTECTED]> wrote: > > Okay I've completed the PCIE support for the r3xx and r4xx radeon cards, > > It needs a new DRM and DDX, as I've had to move the PCI GART table into > framebuffer RAM, so the DDX needed an update. > > Also for normal non-PCIE radeons, this

Re: PCI Express support for Radeon...

2005-09-11 Thread Dave Airlie
> > Hi! > Where can we get the new code? > Thanks! X.org CVS and DRM CVS, the Mesa driver needed no work. Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie Linux kernel - DRI, VAX / pam_smb / ILUG ---

Re: PCI Express support for Radeon...

2005-09-11 Thread Dave Airlie
> > > > > > I'm hoping I didn't break standard PCI GART on r128... > > Can it be checked on plain AGP r128 card (with Option "BusType" "PCI")? Yes BusType on r128 should be good enough to check I didn't break it... I didn't implement table in FB for r128... I've no idea if it would work or not..

Re: PCI Express support for Radeon...

2005-09-11 Thread Konstantin A. Lepikhov
Hi Michel! Sunday 11, at 12:28:46 PM you wrote: > > > Also for normal non-PCIE radeons, this code should work to move the GART > > > table into FB as well which might work as a useful optimisation, although > > > my testing on that path isn't the best... > > > > > > I'm hoping I didn't break s

Re: PCI Express support for Radeon...

2005-09-11 Thread Michel Dänzer
On Sun, 2005-09-11 at 19:05 +0400, Konstantin A. Lepikhov wrote: > > Sunday 11, at 09:55:19 AM you wrote: > > > > > Okay I've completed the PCIE support for the r3xx and r4xx radeon cards, > > > > It needs a new DRM and DDX, as I've had to move the PCI GART table into > > framebuffer RAM, so th

Re: PCI Express support for Radeon...

2005-09-11 Thread Pedro Ramalhais
Dave Airlie wrote: > Okay I've completed the PCIE support for the r3xx and r4xx radeon cards, > > It needs a new DRM and DDX, as I've had to move the PCI GART table into > framebuffer RAM, so the DDX needed an update. > > Also for normal non-PCIE radeons, this code should work to move the GART >

Re: PCI Express support for Radeon...

2005-09-11 Thread Konstantin A. Lepikhov
Hi Dave! Sunday 11, at 09:55:19 AM you wrote: > > Okay I've completed the PCIE support for the r3xx and r4xx radeon cards, > > It needs a new DRM and DDX, as I've had to move the PCI GART table into > framebuffer RAM, so the DDX needed an update. > > Also for normal non-PCIE radeons, this cod

PCI Express support for Radeon...

2005-09-11 Thread Dave Airlie
Okay I've completed the PCIE support for the r3xx and r4xx radeon cards, It needs a new DRM and DDX, as I've had to move the PCI GART table into framebuffer RAM, so the DDX needed an update. Also for normal non-PCIE radeons, this code should work to move the GART table into FB as well which mig