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?
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
>
> 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
---
> > >
> > > 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..
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
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
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
>
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
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