summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-12 20:48:54 (GMT)
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-16 16:49:41 (GMT)
commit46444537479fa836969b441198e3144026c69541 (patch)
treec07df71bf663fa2fc55baa38c9a5c189c6e58cac /include
parentae2a6da8762985fc238eea81b88c3b982f1c37bc (diff)
downloadlinux-46444537479fa836969b441198e3144026c69541.tar.xz
drm: Remove display_info->min/max_(h|v)max
No one looks at it, only i915/gma500 lvds even bother to fill it out. I guess a very old plan was to use this for filtering modes, but that's already done within the edid parser. v2: Move misplaced hunk to this patch. Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1471034937-651-18-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_connector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
index 3537b7d..bc88a55 100644
--- a/include/drm/drm_connector.h
+++ b/include/drm/drm_connector.h
@@ -94,9 +94,6 @@ struct drm_display_info {
unsigned int width_mm;
unsigned int height_mm;
- /* Clock limits FIXME: storage format */
- unsigned int min_vfreq, max_vfreq;
- unsigned int min_hfreq, max_hfreq;
unsigned int pixel_clock;
unsigned int bpc;