Clean up a drm_mm allocator
void drm_mm_takedown(struct drm_mm * mm);
mm
drm_mm allocator to clean up
Note that it is a bug to call this function on an allocator which is not clean.
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