Name

drm_plane_force_disable — 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.