http://bugs.freedesktop.org/show_bug.cgi?id=17503





--- Comment #9 from Alois Hammer <[EMAIL PROTECTED]>  2008-09-17 08:55:55 PST 
---
(In reply to comment #8)
> Can you try a newer DRM, preferably from upstream drm Git?
> 

dmesg:

drm: Unknown symbol init_mm

...after taking drm.ko and radeon.ko and placing them in
/lib/modules/2.6.26.5/kernel/drivers/char/drm/

init_mm definitely needs to go.  It's being removed from mainline.

Warnings from compile-- the first one, at least, sounds important, and that's
the culprit function in the kernel OOPSes:

/var/tmp/portage/x11-base/x11-drm-99999999/work/drm/linux-core/ati_pcigart.c:
In function 'drm_ati_pcigart_init':
/var/tmp/portage/x11-base/x11-drm-99999999/work/drm/linux-core/ati_pcigart.c:154:
warning: format '%08X' expects type 'unsigned int', but argument 3 has type
'dma_addr_t'

[...]

In file included from ../libdrm/xf86drm.h:40,
                 from dristat.c:33:
./drm.h:493: warning: comma at end of enumerator list
./drm.h:500: warning: ISO C90 does not support 'long long'
./drm.h:905: warning: comma at end of enumerator list
./drm.h:1142: warning: ISO C forbids forward references to 'enum' types
In file included from dristat.c:36:
../libdrm/xf86drm.c: In function 'drmUpdateDrawableInfo':
../libdrm/xf86drm.c:1491: warning: ISO C90 does not support 'long long'

[...]

In file included from ../libdrm/xf86drm.h:40,
                 from drmstat.c:42:
./drm.h:493: warning: comma at end of enumerator list
./drm.h:500: warning: ISO C90 does not support 'long long'
./drm.h:905: warning: comma at end of enumerator list
./drm.h:1142: warning: ISO C forbids forward references to 'enum' types


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to