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