drm_bridge_attach(9) associate given bridge to our DRM device

SYNOPSIS

int drm_bridge_attach(struct drm_device * dev, struct drm_bridge * bridge);

ARGUMENTS

dev

DRM device

bridge

bridge control structure

DESCRIPTION

called by a kms driver to link one of our encoder/bridge to the given bridge.

Note that setting up links between the bridge and our encoder/bridge objects needs to be handled by the kms driver itself

RETURNS

Zero on success, 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