Name

drm_mm_remove_node — Remove a memory node from the allocator.

Synopsis

void drm_mm_remove_node (struct drm_mm_node * node);
 

Arguments

node

drm_mm_node to remove

Description

This just removes a node from its drm_mm allocator. The node does not need to be cleared again before it can be re-inserted into this or any other drm_mm allocator. It is a bug to call this function on a un-allocated node.