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 get failure on DRI startup, before mapping agp memory blocks:
[dri] AGP return 0! Disabling DRI.
It is ok only with PCI cards, because this part is skipped.

__MUST_HAVE_AGP is equivalent to something like not(__HAVE_PCI_CARD)?
Are there some radeon AGP cards able to work without agpgart?

I have an nvidia NFORCE1-based motherboard.
Agpgart module does not support my north bridge: does this mean that I can't accelerate any AGP card (radeon 7200 for example)?


Do you have any idea to solve this problem?

Thanks!

Guido



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to