SYNOPSIS

void drm_vma_offset_manager_destroy(struct drm_vma_offset_manager * mgr);

ARGUMENTS

mgr

Manager object

DESCRIPTION

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.

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

COPYRIGHT