Name
drm_crtc_vblank_put —
give up ownership of vblank events
Synopsis
void drm_crtc_vblank_put ( | struct drm_crtc * crtc) ; |
Arguments
crtc
which counter to give up
Description
Release ownership of a given vblank counter, turning off interrupts
if possible. Disable interrupts after drm_vblank_offdelay milliseconds.
This is the native kms version of drm_vblank_put
.