SYNOPSIS
- void drm_atomic_state_free(struct drm_atomic_state * state);
ARGUMENTS
state
-
- atomic state to deallocate
DESCRIPTION
This frees all memory associated with an atomic state, including all the per-object state for planes, crtcs and connectors.
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