Re: [Dri-devel] [trunk] Regression with latest 2.4.22-rc1 kernel (r200)

From: Dieter Nützel (Dieter.Nuetzel@hamburg.de)
Date: Wed Aug 06 2003 - 15:12:06 EST


Am Mittwoch, 6. August 2003 11:12 schrieb Michel Dänzer:
> On Wed, 2003-08-06 at 07:25, Dieter Nützel wrote:
> > The 2.4.22-rc1 radeon.o module is outdate of course.
> > But the DRI CVS radeon.o module wouldn't load any longer.
> >
> > Linux agpgart interface v0.99 (c) Jeff Hartmann
> > agpgart: Maximum main memory to use for agp memory: 941M
> > agpgart: Detected AMD 760MP chipset
> > agpgart: AGP aperture is 64M @ 0xe8000000
> >
> > SunWave1 /opt/Mesa# modprobe radeon
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o: unresolved
> > symbol flush_tlb_all
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o: insmod
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o failed
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o: insmod
> > radeon failed
>
> The kernel basically needs to export flush_tlb_all.
>
> However, it's probably not really needed for your hardware (it's only
> needed for AGP bridges which don't provide direct CPU access to the
> aperture), so if somebody knows a more sophisticated way to handle this,
> I'm all ears.

In which sections of "kernel/ksyms.c" do these two lines belong?

#include <asm/pgalloc.h>
EXPORT_SYMBOL(flush_tlb_all);

Works great.

Aug 6 18:01:10 SunWave1 kernel: Linux agpgart interface v0.99 (c) Jeff
Hartmann
Aug 6 18:01:10 SunWave1 kernel: agpgart: Maximum main memory to use for agp
memory: 941M
Aug 6 18:01:10 SunWave1 kernel: agpgart: Detected AMD 760MP chipset
Aug 6 18:01:10 SunWave1 kernel: agpgart: AGP aperture is 64M @ 0xe8000000

Aug 6 20:55:50 SunWave1 kernel: [drm] AGP 0.99 aperture @ 0xe8000000 64MB
Aug 6 20:55:50 SunWave1 kernel: [drm] Initialized radeon 1.9.0 20020828 on
minor 0

Greetings,
        Dieter

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:35 EST