Name

drm_mm_takedown — clean up a drm_mm allocator

Synopsis

void drm_mm_takedown (struct drm_mm * mm);
 

Arguments

mm

drm_mm allocator to clean up

Description

Note that it is a bug to call this function on an allocator which is not clean.