Name

drm_send_vblank_event — helper to send vblank event after pageflip

Synopsis

void drm_send_vblank_event (struct drm_device * dev,
 int crtc,
 struct drm_pending_vblank_event * e);
 

Arguments

dev

DRM device

crtc

CRTC in question

e

the event to send

Description

Updates sequence # and timestamp on event, and sends it to userspace. Caller must hold event lock.

This is the legacy version of drm_crtc_send_vblank_event.