Re: [Dri-devel] AGP 8x support

2003-11-28 Thread Michel Dänzer
On Fri, 2003-11-28 at 00:35, Dmitri Katchalov wrote: > Quoting Michel DÃnzer <[EMAIL PROTECTED]>: > > > On Thu, 2003-11-27 at 15:47, Dmitri Katchalov wrote: > > > > > > I've made this quick and dirty patch for Radeon driver only. > > > I understand that it is not perfect as it has to be copied

RE: [Dri-devel] AGP 8x support

2003-11-27 Thread Dmitri Katchalov
Quoting Alexander Stohr <[EMAIL PROTECTED]>: > not beeing totally deep into the drm-radeon driver... > > excerpt of agp command register, > when chipset is in AGPv3 mode: > bit 3, value 8: reserved > bit 2..0, value 0: agp transfer mode not yet programmed > value 1: agp transfer m

Re: [Dri-devel] AGP 8x support

2003-11-27 Thread Dmitri Katchalov
Quoting Michel Dänzer <[EMAIL PROTECTED]>: > On Thu, 2003-11-27 at 15:47, Dmitri Katchalov wrote: > > > > I've made this quick and dirty patch for Radeon driver only. > > I understand that it is not perfect as it has to be copied > > into every other driver. A better solution is needed IMHO. >

RE: [Dri-devel] AGP 8x support

2003-11-27 Thread Alexander Stohr
ilto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2003 15:47 > To: [EMAIL PROTECTED] > Subject: [Dri-devel] AGP 8x support > > > Greetings, > > It appears that DRI does not quite support AGP 8x and AGP3.0 > in general, please correct me if I'm wrong. > >

Re: [Dri-devel] AGP 8x support

2003-11-27 Thread Michel Dänzer
On Thu, 2003-11-27 at 15:47, Dmitri Katchalov wrote: > > I've made this quick and dirty patch for Radeon driver only. > I understand that it is not perfect as it has to be copied > into every other driver. A better solution is needed IMHO. I've posted about http://penguinppc.org/~daenzer/DRI/rad

[Dri-devel] AGP 8x support

2003-11-27 Thread Dmitri Katchalov
Greetings, It appears that DRI does not quite support AGP 8x and AGP3.0 in general, please correct me if I'm wrong. I've made this quick and dirty patch for Radeon driver only. I understand that it is not perfect as it has to be copied into every other driver. A better solution is needed IMHO.