Name

drm_panel_enable — enable a panel

Synopsis

int drm_panel_enable (struct drm_panel * panel);
 

Arguments

panel

DRM panel

Description

Calling this function will cause the panel display drivers to be turned on and the backlight to be enabled. Content will be visible on screen after this call completes.

Return

0 on success or a negative error code on failure.