aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-09-07 18:22:57 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-09-09 14:53:48 +0200
commit9e5a3b529e8419db1dd2b32c86a1fb42fc07347d (patch)
tree780396b06bdfc229bfd56dfc0054259503550138 /include/drm
parentdrm: Make some modes const when iterating through them (diff)
downloadlinux-dev-9e5a3b529e8419db1dd2b32c86a1fb42fc07347d.tar.xz
linux-dev-9e5a3b529e8419db1dd2b32c86a1fb42fc07347d.zip
drm: Remove the 'mode' argument from drm_select_eld()
drm_select_eld() doesn't look at the passed in mode, so don't pass it in. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_edid.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
index 53c53c459b15..31528d957331 100644
--- a/include/drm/drm_edid.h
+++ b/include/drm/drm_edid.h
@@ -327,8 +327,7 @@ int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads);
int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
int drm_av_sync_delay(struct drm_connector *connector,
struct drm_display_mode *mode);
-struct drm_connector *drm_select_eld(struct drm_encoder *encoder,
- struct drm_display_mode *mode);
+struct drm_connector *drm_select_eld(struct drm_encoder *encoder);
int drm_load_edid_firmware(struct drm_connector *connector);
int