Name
drm_mm_scan_add_block — 
     add a node to the scan list
 
Synopsis
| bool drm_mm_scan_add_block ( | struct drm_mm_node * node ); | 
 
Description
   Add a node to the scan list that might be freed to make space for the desired
   hole.
Returns
   True if a hole has been found, false otherwise.