|
@@ -3624,16 +3624,8 @@ dce_v10_0_ext_dpms(struct drm_encoder *encoder, int mode)
|
|
|
|
|
|
}
|
|
|
|
|
|
-static bool dce_v10_0_ext_mode_fixup(struct drm_encoder *encoder,
|
|
|
- const struct drm_display_mode *mode,
|
|
|
- struct drm_display_mode *adjusted_mode)
|
|
|
-{
|
|
|
- return true;
|
|
|
-}
|
|
|
-
|
|
|
static const struct drm_encoder_helper_funcs dce_v10_0_ext_helper_funcs = {
|
|
|
.dpms = dce_v10_0_ext_dpms,
|
|
|
- .mode_fixup = dce_v10_0_ext_mode_fixup,
|
|
|
.prepare = dce_v10_0_ext_prepare,
|
|
|
.mode_set = dce_v10_0_ext_mode_set,
|
|
|
.commit = dce_v10_0_ext_commit,
|