drm_event_cancel_free(9) free a DRM event and release it's space

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 <jesse.barnes@intel.com>
Intel Corporation,         
        

Initial version

Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <daniel.vetter@ffwll.ch>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <lukas@wunner.de>

vga_switcheroo documentation

COPYRIGHT