drm_panel_attach(9) attach a panel to a connector

SYNOPSIS

int drm_panel_attach(struct drm_panel * panel, struct drm_connector * connector);

ARGUMENTS

panel

DRM panel

connector

DRM connector

DESCRIPTION

After obtaining a pointer to a DRM panel a display driver calls this function to attach a panel to a connector.

An error is returned if the panel is already attached to another connector.

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