Add a node to the scan list
bool drm_mm_scan_add_block(struct drm_mm_node * node);
node
drm_mm_node to add
Add a node to the scan list that might be freed to make space for the desired hole.
True if a hole has been found, false otherwise.
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