Name

drm_handle_vblank — handle a vblank event

Synopsis

bool drm_handle_vblank (struct drm_device * dev,
 int crtc);
 

Arguments

dev

DRM device

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 legacy version of drm_crtc_handle_vblank.