Name
drm_bridge_attach —
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