drm_plane_force_disable(9) Forcibly disable a plane

SYNOPSIS

void drm_plane_force_disable(struct drm_plane * plane);

ARGUMENTS

plane

plane to disable

DESCRIPTION

Forces the plane to be disabled.

Used when the plane's current framebuffer is destroyed, and when restoring fbdev mode.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT