drm_handle_vblank — handle a vblank event
bool drm_handle_vblank ( | struct drm_device * dev, |
unsigned int pipe) ; |
Drivers should call this routine in their vblank interrupt handlers to update the vblank counter and send any signals that may be pending.
This is the legacy version of drm_crtc_handle_vblank
.