aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_edid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_edid.h')
-rw-r--r--include/drm/drm_edid.h2
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;
333struct drm_connector; 333struct drm_connector;
334struct drm_display_mode; 334struct drm_display_mode;
335 335
336void drm_edid_to_eld(struct drm_connector *connector, struct edid *edid);
337int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); 336int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads);
338int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb); 337int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
339int drm_av_sync_delay(struct drm_connector *connector, 338int 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);
358int 357int
359drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame, 358drm_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);
361void 361void
362drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame, 362drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame,