drm_crtc_vblank_get — get a reference count on vblank events
int drm_crtc_vblank_get ( | struct drm_crtc * crtc) ; |
Acquire a reference count on vblank events to avoid having them disabled while in use.
This is the native kms version of drm_vblank_get
.