summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_modes.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-23 16:27:56 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 12:48:41 +0100
commit9d3de1389ba970d0d35ce6960774dc046b6dd723 (patch)
treecc028de531f18e0890b15006b8a8d505d0823164 /include/drm/drm_modes.h
parent55310008684309985110fdb99fa7b61c649778b2 (diff)
downloadlinux-9d3de1389ba970d0d35ce6960774dc046b6dd723.tar.gz
linux-9d3de1389ba970d0d35ce6960774dc046b6dd723.tar.xz
drm/modes: remove drm_mode_height/width
There's a neat FIXME asking whether this is really need. I'd say really no. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drm_modes.h')
-rw-r--r--include/drm/drm_modes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_modes.h b/include/drm/drm_modes.h
index 4bd1c122cd39..2769b05f7458 100644
--- a/include/drm/drm_modes.h
+++ b/include/drm/drm_modes.h
@@ -195,8 +195,6 @@ int of_get_drm_display_mode(struct device_node *np,
int index);
void drm_mode_set_name(struct drm_display_mode *mode);
-int drm_mode_width(const struct drm_display_mode *mode);
-int drm_mode_height(const struct drm_display_mode *mode);
int drm_mode_hsync(const struct drm_display_mode *mode);
int drm_mode_vrefresh(const struct drm_display_mode *mode);