SYNOPSIS
- void drm_crtc_send_vblank_event(struct drm_crtc * crtc, struct drm_pending_vblank_event * e);
ARGUMENTS
crtc
-
- the source CRTC of the vblank event
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 native KMS version of drm_send_vblank_event.
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