Query: drm_plane_cleanup
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRM_PLANE_CLEANUP(9) DRM Internals DRM_PLANE_CLEANUP(9)NAMEdrm_plane_cleanup - Clean up the core plane usageSYNOPSISvoid drm_plane_cleanup(struct drm_plane * plane);ARGUMENTSplane plane to cleanupDESCRIPTIONThis 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.AUTHORSJesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internalsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DRM_PLANE_CLEANUP(9)