__drm_atomic_helper_crtc_destroy_state — release CRTC state
void __drm_atomic_helper_crtc_destroy_state (
)
crtc
CRTC object
state
CRTC state object to release
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.