Destroy offset manager
void drm_vma_offset_manager_destroy(struct drm_vma_offset_manager * mgr);
mgr
Manager object
Destroy an object manager which was previously created via drm_vma_offset_manager_init. The caller must remove all allocated nodes before destroying the manager. Otherwise, drm_mm will refuse to free the requested resources.
The manager must not be accessed after this function is called.
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