SYNOPSIS
- int drm_bridge_init(struct drm_device * dev, struct drm_bridge * bridge, const struct drm_bridge_funcs * funcs);
ARGUMENTS
dev
-
- drm device
bridge
- transcoder/bridge to set up
funcs
- bridge function table
DESCRIPTION
Initialises a preallocated bridge. Bridges should be subclassed as part of driver connector objects.
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
COPYRIGHT