File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,6 @@ static void sti_crtc_disabling(struct drm_crtc *crtc)
51
51
mixer -> status = STI_MIXER_DISABLING ;
52
52
}
53
53
54
- static bool sti_crtc_mode_fixup (struct drm_crtc * crtc ,
55
- const struct drm_display_mode * mode ,
56
- struct drm_display_mode * adjusted_mode )
57
- {
58
- /* accept the provided drm_display_mode, do not fix it up */
59
- return true;
60
- }
61
-
62
54
static int
63
55
sti_crtc_mode_set (struct drm_crtc * crtc , struct drm_display_mode * mode )
64
56
{
@@ -229,7 +221,6 @@ static void sti_crtc_atomic_flush(struct drm_crtc *crtc,
229
221
static const struct drm_crtc_helper_funcs sti_crtc_helper_funcs = {
230
222
.enable = sti_crtc_enable ,
231
223
.disable = sti_crtc_disabling ,
232
- .mode_fixup = sti_crtc_mode_fixup ,
233
224
.mode_set = drm_helper_crtc_mode_set ,
234
225
.mode_set_nofb = sti_crtc_mode_set_nofb ,
235
226
.mode_set_base = drm_helper_crtc_mode_set_base ,
You can’t perform that action at this time.
0 commit comments