diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_sdvo.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_sdvo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c index 2f5106a488c5..26a6a4d0d078 100644 --- a/drivers/gpu/drm/i915/intel_sdvo.c +++ b/drivers/gpu/drm/i915/intel_sdvo.c | |||
@@ -935,7 +935,7 @@ static bool intel_sdvo_set_tv_format(struct intel_sdvo *intel_sdvo) | |||
935 | 935 | ||
936 | static bool | 936 | static bool |
937 | intel_sdvo_set_output_timings_from_mode(struct intel_sdvo *intel_sdvo, | 937 | intel_sdvo_set_output_timings_from_mode(struct intel_sdvo *intel_sdvo, |
938 | struct drm_display_mode *mode) | 938 | const struct drm_display_mode *mode) |
939 | { | 939 | { |
940 | struct intel_sdvo_dtd output_dtd; | 940 | struct intel_sdvo_dtd output_dtd; |
941 | 941 | ||
@@ -954,7 +954,7 @@ intel_sdvo_set_output_timings_from_mode(struct intel_sdvo *intel_sdvo, | |||
954 | * Unfortunately we have to set up the full output mode to do that. */ | 954 | * Unfortunately we have to set up the full output mode to do that. */ |
955 | static bool | 955 | static bool |
956 | intel_sdvo_get_preferred_input_mode(struct intel_sdvo *intel_sdvo, | 956 | intel_sdvo_get_preferred_input_mode(struct intel_sdvo *intel_sdvo, |
957 | struct drm_display_mode *mode, | 957 | const struct drm_display_mode *mode, |
958 | struct drm_display_mode *adjusted_mode) | 958 | struct drm_display_mode *adjusted_mode) |
959 | { | 959 | { |
960 | struct intel_sdvo_dtd input_dtd; | 960 | struct intel_sdvo_dtd input_dtd; |
@@ -979,7 +979,7 @@ intel_sdvo_get_preferred_input_mode(struct intel_sdvo *intel_sdvo, | |||
979 | } | 979 | } |
980 | 980 | ||
981 | static bool intel_sdvo_mode_fixup(struct drm_encoder *encoder, | 981 | static bool intel_sdvo_mode_fixup(struct drm_encoder *encoder, |
982 | struct drm_display_mode *mode, | 982 | const struct drm_display_mode *mode, |
983 | struct drm_display_mode *adjusted_mode) | 983 | struct drm_display_mode *adjusted_mode) |
984 | { | 984 | { |
985 | struct intel_sdvo *intel_sdvo = to_intel_sdvo(encoder); | 985 | struct intel_sdvo *intel_sdvo = to_intel_sdvo(encoder); |