]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r258262:
authordumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Nov 2013 09:30:05 +0000 (09:30 +0000)
committerdumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Nov 2013 09:30:05 +0000 (09:30 +0000)
commit4ed20ea7557f6ce06a298def95a6d40b5b324039
treeaad908113225110bd632ec94780e225b4b2eab44
parentbd3e81bc0338694c029a2e5375dfb8a354c4192f
MFC r258262:

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 sleep state, and only resumes after
several dozens of minutes once the monitor is powered on again.

Tested by: Mathias Picker <Mathias.Picker@virtual-earth.de>
Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/10@258706 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/drm2/drm.h
sys/dev/drm2/drmP.h
sys/dev/drm2/drm_drv.c
sys/dev/drm2/drm_ioctl.c