Name

drm_panel_prepare — power on a panel

Synopsis

int drm_panel_prepare (struct drm_panel * panel);
 

Arguments

panel

DRM panel

Description

Calling this function will enable power and deassert any reset signals to the panel. After this has completed it is possible to communicate with any integrated circuitry via a command bus.

Return

0 on success or a negative error code on failure.