svn commit: r258262 - head/sys/dev/drm2
Jean-Sébastien Pédron
dumbbell at FreeBSD.org
Sun Nov 17 18:46:39 UTC 2013
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
More information about the svn-src-head
mailing list