other versions
- jessie 3.16.56-1+deb8u1
DRM_PRIMARY_HELPER_D(9) | DRM Core | DRM_PRIMARY_HELPER_D(9) |
NAME¶
drm_primary_helper_destroy - Helper for primary plane destructionSYNOPSIS¶
void
drm_primary_helper_destroy(struct drm_plane * plane);
ARGUMENTS¶
planeplane 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.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |