|
|
@@ -230,6 +230,7 @@ static void sti_crtc_atomic_flush(struct drm_crtc *crtc,
|
|
|
static const struct drm_crtc_helper_funcs sti_crtc_helper_funcs = {
|
|
|
.enable = sti_crtc_enable,
|
|
|
.disable = sti_crtc_disabling,
|
|
|
+ .mode_fixup = sti_crtc_mode_fixup,
|
|
|
.mode_set = drm_helper_crtc_mode_set,
|
|
|
.mode_set_nofb = sti_crtc_mode_set_nofb,
|
|
|
.mode_set_base = drm_helper_crtc_mode_set_base,
|