diff options
author | Lespiau, Damien <damien.lespiau@intel.com> | 2013-08-19 19:53:05 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-08-20 22:47:24 -0400 |
commit | 67587e8689ffbb788468c738f07a9678bde51084 (patch) | |
tree | a2b78433e7c83ce1a03c0913c28ca10bac907e64 /include/drm | |
parent | ddecb10cf402a8325579f298fd4986a90f33496b (diff) |
drm: Remove drm_mode_list_concat()
The last user was removed in
commit 575dc34ee0de867ba83abf25998e0963bff451fa
Author: Dave Airlie <airlied@redhat.com>
Date: Mon Sep 7 18:43:26 2009 +1000
drm/kms: remove old std mode fallback code.
The new code adds modes in the helper, which makes more sense
I disliked the non-driver code adding modes.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 781988f637ec..39d84dc7abcf 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -927,8 +927,6 @@ extern int drm_mode_height(const struct drm_display_mode *mode); | |||
927 | /* for us by fb module */ | 927 | /* for us by fb module */ |
928 | extern struct drm_display_mode *drm_mode_create(struct drm_device *dev); | 928 | extern struct drm_display_mode *drm_mode_create(struct drm_device *dev); |
929 | extern void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode); | 929 | extern void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode); |
930 | extern void drm_mode_list_concat(struct list_head *head, | ||
931 | struct list_head *new); | ||
932 | extern void drm_mode_validate_size(struct drm_device *dev, | 930 | extern void drm_mode_validate_size(struct drm_device *dev, |
933 | struct list_head *mode_list, | 931 | struct list_head *mode_list, |
934 | int maxX, int maxY, int maxPitch); | 932 | int maxX, int maxY, int maxPitch); |