| commit | 93bbf6dbdadbb47ef5a19aecf45669c01ee8830d | [log] [tgz] |
|---|---|---|
| author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 13 12:35:47 2012 +0200 |
| committer | Dave Airlie <airlied@redhat.com> | Thu Mar 15 09:52:02 2012 +0000 |
| tree | 2b6dbb0f3ab306dbf1284d9cd57b7839265c8726 | |
| parent | ac235dafb60d3ba4fa4e7341503b16d6e0645ee7 [diff] |
drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params
drm_crtc_convert_umode() and drm_crtc_convert_to_umode() are never
used outside drm_crtc.c, so make them static. Also make the input
mode structure const for both functions.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>