This the appropriate place to send suggestions about the bsd drm driver? There's an interesting amount of effort in the BSD side, to attempt to make a more portable framework. But it's missing a few things here and there. The first thing I've run into:
there is #define DRM_OS_SPININIT(l,name) but there needs to be a matching #define DRM_OS_SPIN_DEINIT(l) For freebsd, apparently, it will be a NOP. For other OSes, it may be required, to avoid wasted kernel resources. (you then have to pick the appropriate place to CALL the DEINIT routine, o course. I havent gotten to that point yet.) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
