Name

drm_vblank_post_modeset — undo drm_vblank_pre_modeset changes

Synopsis

void drm_vblank_post_modeset (struct drm_device * dev,
 int crtc);
 

Arguments

dev

DRM device

crtc

CRTC in question

Description

This function again drops the temporary vblank reference acquired in drm_vblank_pre_modeset.