Re: [Dri-devel] __MUST_HAVE_AGP

2003-06-11 Thread Dave Jones
On Wed, Jun 11, 2003 at 12:12:13PM +0100, Jos? Fonseca wrote: > Not myself. But perhaps someone more familiar with the Radeon design can > give a more accurate answer. Also, isn't there any AGP support for the > NFORCE1 chipset planned? http://www.codemonkey.org.uk/agp/nvidia.shtml

Re: [Dri-devel] __MUST_HAVE_AGP

2003-06-11 Thread José Fonseca
On Wed, Jun 11, 2003 at 12:04:22PM +0200, Guido Landra wrote: > Hi, > > I have not clear idea about the dependencies between drm module and > agpgart module. > > Only "mga", "i810" and "i830" have __MUST_HAVE_AGP set to 1. > So they can be loaded only after agpgart.o have been loaded. > Other dr

[Dri-devel] __MUST_HAVE_AGP

2003-06-11 Thread Guido Landra
Hi, I have not clear idea about the dependencies between drm module and agpgart module. Only "mga", "i810" and "i830" have __MUST_HAVE_AGP set to 1. So they can be loaded only after agpgart.o have been loaded. Other drivers, such as "radeon", can be loaded also when agpgart.o is not loaded. I