Name

drm_panel_disable — disable a panel

Synopsis

int drm_panel_disable (struct drm_panel * panel);
 

Arguments

panel

DRM panel

Description

This will typically turn off the panel's backlight or disable the display drivers. For smart panels it should still be possible to communicate with the integrated circuitry via any command bus after this call.

Return

0 on success or a negative error code on failure.