Le 17/11/2013 18:46, Konstantin Belousov a écrit :
+/*
+ * Default to use monotonic timestamps for wait-for-vblank and page-flip
+ * complete events.
+ */
+unsigned int drm_timestamp_monotonic = 1;
+
Why do you need a variable there, instead of simply returning true
from the drm_getcap ? I do not see any way to change the value of the
drm_timestamp_monotonic.
Just to remain close to Linux original code. In Linux, this is module
parameter. We could make it a sysctl at some point too.
--
Jean-Sébastien Pédron
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"