Name
drm_crtc_handle_vblank —
handle a vblank event
Synopsis
bool drm_crtc_handle_vblank ( | struct drm_crtc * crtc) ; |
Arguments
crtc
where this event occurred
Description
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
.
Returns
True if the event was successfully handled, false on failure.