drm_crtc_handle_vblank — handle a vblank event
bool drm_crtc_handle_vblank ( | struct drm_crtc * crtc) ; |
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 native KMS version of drm_handle_vblank
.