drm_mm_clean(9) checks whether an allocator is clean

SYNOPSIS

bool drm_mm_clean(struct drm_mm * mm);

ARGUMENTS

mm

drm_mm allocator to check

RETURNS

True if the allocator is completely free, false if there's still a node allocated in it.

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT