drm_vblank_put(9) release ownership of vblank events

SYNOPSIS

void drm_vblank_put(struct drm_device * dev, unsigned int pipe);

ARGUMENTS

dev

DRM device

pipe

index of CRTC to release

DESCRIPTION

Release ownership of a given vblank counter, turning off interrupts if possible. Disable interrupts after drm_vblank_offdelay milliseconds.

This is the legacy version of drm_crtc_vblank_put.

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