drm_vblank_get — get a reference count on vblank events
int drm_vblank_get ( | struct drm_device * dev, |
unsigned int pipe) ; |
Acquire a reference count on vblank events to avoid having them disabled while in use.
This is the legacy version of drm_crtc_vblank_get
.