Checks whether an allocator is initialized
bool drm_mm_initialized(struct drm_mm * mm);
mm
drm_mm to check
Drivers should use this helpers for proper encapusulation of drm_mm internals.
True if the mm is initialized.
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