diff options
Diffstat (limited to 'include/drm/drm_edid.h')
-rw-r--r-- | include/drm/drm_edid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h index efe6d5a8e834..8d89a9c3748d 100644 --- a/include/drm/drm_edid.h +++ b/include/drm/drm_edid.h | |||
@@ -333,7 +333,6 @@ struct drm_encoder; | |||
333 | struct drm_connector; | 333 | struct drm_connector; |
334 | struct drm_display_mode; | 334 | struct drm_display_mode; |
335 | 335 | ||
336 | void drm_edid_to_eld(struct drm_connector *connector, struct edid *edid); | ||
337 | int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); | 336 | int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); |
338 | int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb); | 337 | int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb); |
339 | int drm_av_sync_delay(struct drm_connector *connector, | 338 | int drm_av_sync_delay(struct drm_connector *connector, |
@@ -357,6 +356,7 @@ drm_hdmi_avi_infoframe_from_display_mode(struct hdmi_avi_infoframe *frame, | |||
357 | bool is_hdmi2_sink); | 356 | bool is_hdmi2_sink); |
358 | int | 357 | int |
359 | drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame, | 358 | drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame, |
359 | struct drm_connector *connector, | ||
360 | const struct drm_display_mode *mode); | 360 | const struct drm_display_mode *mode); |
361 | void | 361 | void |
362 | drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame, | 362 | drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame, |