Clean up the core crtc usage
void drm_crtc_cleanup(struct drm_crtc * crtc);
crtc
CRTC to cleanup
This function cleans up crtc and removes it from the DRM mode setting core. Note that the function does *not* free the crtc structure itself, this is the responsibility of the caller.
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