Re: [Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons

2003-07-30 Thread Michel Dänzer
On Wed, 2003-07-30 at 01:22, Philip Brown wrote: > On Tue, Jul 29, 2003 at 09:44:48PM +0200, Michel Dänzer wrote: > > The DDX driver needs to know to decide whether to enable the DRI with > > PCI GART or disable it, but the kernel might be in a better position to > > find out (though some XFree86 h

Re: [Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons

2003-07-29 Thread Philip Brown
On Tue, Jul 29, 2003 at 09:44:48PM +0200, Michel Dänzer wrote: > The DDX driver needs to know to decide whether to enable the DRI with > PCI GART or disable it, but the kernel might be in a better position to > find out (though some XFree86 hackers might disagree :)... well, seeing as how using AG

[Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons (was Re:[Dri-devel]DRI 2D needs updating)

2003-07-29 Thread Michel Dänzer
On Wed, 2003-07-30 at 02:59, hy0 wrote: > > > > > With a lot of the cards you can tell just be looking at the device (or > > > subsystem) ID, but I don't think that's the case with the Radeons. > > > Don't they use the same PCI device ID for both AGP and PCI versions? > > > > They do for the chips,

[Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons (was Re: [Dri-devel]DRI 2D needs updating)

2003-07-29 Thread hy0
> > > With a lot of the cards you can tell just be looking at the device (or > > subsystem) ID, but I don't think that's the case with the Radeons. > > Don't they use the same PCI device ID for both AGP and PCI versions? > > They do for the chips, don't know about the subsystems. Hui? > IIRC, bit

Re: [Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons (wasRe: [Dri-devel] DRI 2D needs updating)

2003-07-29 Thread Ian Romanick
Alan Cox wrote: On Maw, 2003-07-29 at 21:45, Ian Romanick wrote: user-space. The thought of writing the code to walk the PCI device tree looking for an AGP controller is not a pleasant one, but I may be over complicating things in my mind. Linux at least exposes some of the PCI info publically

Re: [Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons (wasRe: [Dri-devel] DRI 2D needs updating)

2003-07-29 Thread Alan Cox
On Maw, 2003-07-29 at 21:45, Ian Romanick wrote: > user-space. The thought of writing the code to walk the PCI device tree > looking for an AGP controller is not a pleasant one, but I may be over > complicating things in my mind. Linux at least exposes some of the PCI info publically (see libpc

Re: [Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons (wasRe: [Dri-devel] DRI 2D needs updating)

2003-07-29 Thread Ian Romanick
Michel Dänzer wrote: On Tue, 2003-07-29 at 19:31, Ian Romanick wrote: Michel Dänzer wrote: On Tue, 2003-07-29 at 09:06, Chris wrote: This works perfectly, only using the DRM and the GL driver, (and adding ForcePCIMode the the config), This will remain necessary until PCI GART is deemed stable

[Dri-devel] Re: Sorting PCI Radeons out from AGP Radeons (was Re: [Dri-devel]DRI 2D needs updating)

2003-07-29 Thread Michel Dänzer
On Tue, 2003-07-29 at 19:31, Ian Romanick wrote: > Michel Dänzer wrote: > > On Tue, 2003-07-29 at 09:06, Chris wrote: > > > >>This works perfectly, only using the DRM and the GL driver, (and adding > >>ForcePCIMode the the config), > > > > This will remain necessary until PCI GART is deemed stab