Forcibly disable a plane
void drm_plane_force_disable(struct drm_plane * plane);
plane
plane to disable
Forces the plane to be disabled.
Used when the plane's current framebuffer is destroyed, and when restoring fbdev mode.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place