drm_crtc_handle_vblank(9) 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.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT