SYNOPSIS

void drm_mode_destroy(struct drm_device * dev, struct drm_display_mode * mode);

ARGUMENTS

dev

DRM device

mode

mode to remove

DESCRIPTION

Release mode's unique ID, then free it mode structure itself using kfree.

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

COPYRIGHT