SYNOPSIS
- void drm_mm_replace_node(struct drm_mm_node * old, struct drm_mm_node * new);
ARGUMENTS
old
-
- drm_mm_node to remove from the allocator
new
- drm_mm_node which should inherit old's allocation
DESCRIPTION
This is useful for when drivers embed the drm_mm_node structure and hence can't move allocations by reassigning pointers. It's a combination of remove and insert with the guarantee that the allocation start will match.
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