1. NAME

drm_select_eld - select one ELD from multiple HDMI/DP sinks

2. SYNOPSIS

struct drm_connector * drm_select_eld(struct drm_encoder *  encoder , struct drm_display_mode *  mode );

3. ARGUMENTS

encoder
    the encoder just changed display mode

mode
    the adjusted display mode

4. DESCRIPTION

ItAqs 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 sinkAqs ELD.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT