SYNOPSIS
- void drm_event_cancel_free(struct drm_device * dev, struct drm_pending_event * p);
ARGUMENTS
dev
-
- DRM device
p
- tracking structure for the pending event
DESCRIPTION
This function frees the event p initialized with drm_event_reserve_init and releases any allocated space.
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