Name

drm_plane_cleanup — Clean up the core plane usage

Synopsis

void drm_plane_cleanup (struct drm_plane * plane);
 

Arguments

plane

plane to cleanup

Description

This function cleans up plane and removes it from the DRM mode setting core. Note that the function does *not* free the plane structure itself, this is the responsibility of the caller.