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>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user