|
@@ -2623,16 +2623,8 @@ radeon_atom_ext_dpms(struct drm_encoder *encoder, int mode)
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-static bool radeon_atom_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 radeon_atom_ext_helper_funcs = {
|
|
static const struct drm_encoder_helper_funcs radeon_atom_ext_helper_funcs = {
|
|
.dpms = radeon_atom_ext_dpms,
|
|
.dpms = radeon_atom_ext_dpms,
|
|
- .mode_fixup = radeon_atom_ext_mode_fixup,
|
|
|
|
.prepare = radeon_atom_ext_prepare,
|
|
.prepare = radeon_atom_ext_prepare,
|
|
.mode_set = radeon_atom_ext_mode_set,
|
|
.mode_set = radeon_atom_ext_mode_set,
|
|
.commit = radeon_atom_ext_commit,
|
|
.commit = radeon_atom_ext_commit,
|