Undo drm_vblank_pre_modeset changes
void drm_vblank_post_modeset(struct drm_device * dev, int crtc);
dev
DRM device
crtc
CRTC in question
This function again drops the temporary vblank reference acquired in drm_vblank_pre_modeset.
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