SYNOPSIS
- u64 drm_mm_hole_node_end(struct drm_mm_node * hole_node);
ARGUMENTS
hole_node
-
- drm_mm_node which implicitly tracks the following hole
DESCRIPTION
This is useful for driver-sepific debug dumpers. Otherwise drivers should not inspect holes themselves. Drivers must check first whether a hole indeed follows by looking at node->hole_follows.
RETURNS
End of the subsequent hole.
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