aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2013-08-13 14:55:12 -0400
committerDave Airlie <airlied@redhat.com>2013-08-18 20:30:11 -0400
commitb17df86ece5e674c6f50b9a219067b9a80ea9dd1 (patch)
tree3d7fe37deea37650caf10877804afa60b493eaaf /include/drm
parentd79cdc8312689b39c6d83718c1c196af4b3cd18c (diff)
drm: Remove drm_mode_validate_clocks
This function is unused. Signed-off-by: Stéphane Marchesin <marcheu@chromium.org> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index fa12a2fa4293..32e0820357e6 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -930,9 +930,6 @@ extern void drm_mode_list_concat(struct list_head *head,
930extern void drm_mode_validate_size(struct drm_device *dev, 930extern void drm_mode_validate_size(struct drm_device *dev,
931 struct list_head *mode_list, 931 struct list_head *mode_list,
932 int maxX, int maxY, int maxPitch); 932 int maxX, int maxY, int maxPitch);
933extern void drm_mode_validate_clocks(struct drm_device *dev,
934 struct list_head *mode_list,
935 int *min, int *max, int n_ranges);
936extern void drm_mode_prune_invalid(struct drm_device *dev, 933extern void drm_mode_prune_invalid(struct drm_device *dev,
937 struct list_head *mode_list, bool verbose); 934 struct list_head *mode_list, bool verbose);
938extern void drm_mode_sort(struct list_head *mode_list); 935extern void drm_mode_sort(struct list_head *mode_list);