Init a preallocated connector
int drm_connector_init(struct drm_device * dev, struct drm_connector * connector, const struct drm_connector_funcs * funcs, int connector_type);
dev
DRM device
connector
the connector to init
funcs
callbacks for this connector
connector_type
user visible type of the connector
Initialises a preallocated connector. Connectors 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