drm_mm_scan_add_block(9) add a node to the scan list

SYNOPSIS

bool drm_mm_scan_add_block(struct drm_mm_node * node);

ARGUMENTS

node

drm_mm_node to add

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.

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT