Comment 92 for bug 430694

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 430694] Re: agpgart-intel not loaded before drm sometimes, causes KMS to fail

Tim Gardner [2009-10-07 15:21 -0000]:
> @Martin - I think I've figured it out. The MODULE_IMPORT/MODULE_EXPORT
> macros didn't work for amd64.

Ah! Indeed I am using amd64 here.

> I've applied a big hammer to the problem, so it should be fixed in
> the next upload.

Awesome, thanks!

> As for drm dependencies, i915 is already dependent on the main drm
> module.

So your current upload introduces the drm -> intel_agpgart dependency?
Out of curiosity, what happens on platforms where intel_agpgart
isn't needed, but drm is?

Thanks, Martin