Select one eld from multiple hdmi/dp sinks
struct drm_connector * drm_select_eld(struct drm_encoder * encoder, struct drm_display_mode * mode);
encoder
the encoder just changed display mode
mode
the adjusted display mode
It's possible for one encoder to be associated with multiple HDMI/DP sinks. The policy is now hard coded to simply use the first HDMI/DP sink's ELD.
The connector associated with the first HDMI/DP sink that has ELD attached to it.
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