Name

drm_panel_detach — detach a panel from a connector

Synopsis

int drm_panel_detach (struct drm_panel * panel);
 

Arguments

panel

DRM panel

Description

Detaches a panel from the connector it is attached to. If a panel is not attached to any connector this is effectively a no-op.

Return

0 on success or a negative error code on failure.