Name
__drm_atomic_helper_crtc_destroy_state —
release CRTC state
Synopsis
void __drm_atomic_helper_crtc_destroy_state ( | struct drm_crtc * crtc, |
| struct drm_crtc_state * state) ; |
Arguments
crtc
CRTC object
state
CRTC state object to release
Description
Releases all resources stored in the CRTC state without actually freeing
the memory of the CRTC state. This is useful for drivers that subclass the
CRTC state.