Checks whether an allocator is clean
bool drm_mm_clean(struct drm_mm * mm);
mm
drm_mm allocator to check
True if the allocator is completely free, false if there's still a node allocated in it.
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