]> git.itanic.dy.fi Git - linux-stable/blobdiff - drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c
drm/amd/display: Do not recursively call manual trigger programming
[linux-stable] / drivers / gpu / drm / amd / display / dc / optc / dcn32 / dcn32_optc.c
index f07a4c7e48bc23ed0d2351aef46ef38907ee265f..52eab8fccb7f16e9b1f02d541c030f5736b79ace 100644 (file)
@@ -267,9 +267,6 @@ static void optc32_setup_manual_trigger(struct timing_generator *optc)
                                OTG_V_TOTAL_MAX_SEL, 1,
                                OTG_FORCE_LOCK_ON_EVENT, 0,
                                OTG_SET_V_TOTAL_MIN_MASK, (1 << 1)); /* TRIGA */
-
-               // Setup manual flow control for EOF via TRIG_A
-               optc->funcs->setup_manual_trigger(optc);
        }
 }