Re: svn commit: r258262 - head/sys/dev/drm2

2013-11-17 Thread Jean-Sébastien Pédron
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 no

Re: svn commit: r258262 - head/sys/dev/drm2

2013-11-17 Thread Konstantin Belousov
On Sun, Nov 17, 2013 at 04:07:53PM +, Jean-Sebastien Pedron wrote: > Author: dumbbell > Date: Sun Nov 17 16:07:52 2013 > New Revision: 258262 > URL: http://svnweb.freebsd.org/changeset/base/258262 > > Log: > drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability > > This fixes DPMS with KD

svn commit: r258262 - head/sys/dev/drm2

2013-11-17 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Nov 17 16:07:52 2013 New Revision: 258262 URL: http://svnweb.freebsd.org/changeset/base/258262 Log: drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability This fixes DPMS with KDE and radeonkms. Without this, the display would freeze when the monitor is put into sl