Name
drm_atomic_state_free — 
     free all memory for an atomic state
 
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.