Remove a mode
void drm_mode_destroy(struct drm_device * dev, struct drm_display_mode * mode);
dev
DRM device
mode
mode to remove
Release mode's unique ID, then free it mode structure itself using kfree.
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