drm_panel_detach(9) 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.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT