drm_mm_node_allocated(9) checks whether a node is allocated

SYNOPSIS

bool drm_mm_node_allocated(struct drm_mm_node * node);

ARGUMENTS

node

drm_mm_node to check

DESCRIPTION

Drivers should use this helpers for proper encapusulation of drm_mm internals.

RETURNS

True if the node is allocated.

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