Name

drm_primary_helper_destroy — Helper for primary plane destruction

Synopsis

void drm_primary_helper_destroy (struct drm_plane * plane);
 

Arguments

plane

plane to destroy

Description

Provides a default plane destroy handler for primary planes. This handler is called during CRTC destruction. We disable the primary plane, remove it from the DRM plane list, and deallocate the plane structure.