I just switched linux-core over to 2.6 parameters to get debug output use
insmod ./drm.ko drm_debug=1

If the module is compiled in use
drm.drm_debug=1 
on the kernel line.

The personalities share the drm_debug flag, that's why it is named
drm_debug instead of debug to stop symbol conflicts. When I get around
to it I will give them their own flags.

I tried turning drm_debug on/off in /sys/modules but it doesn't work
for me. I probably have to register a function with sysfs for changing
it. Does anyone know how this works?

-- 
Jon Smirl
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to