Configure a displayport link
int drm_dp_link_configure(struct drm_dp_aux * aux, struct drm_dp_link * link);
aux
DisplayPort AUX channel
link
pointer to a structure containing the link configuration
Returns 0 on success or a negative 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