Name

drm_mm_initialized — checks whether an allocator is initialized

Synopsis

bool drm_mm_initialized (struct drm_mm * mm);
 

Arguments

mm

drm_mm to check

Description

Drivers should use this helpers for proper encapusulation of drm_mm internals.

Returns

True if the mm is initialized.