Skip to content

Commit 9539275

Browse files
Dillon Varonealexdeucher
authored andcommitted
drm/amd/display: Do not recursively call manual trigger programming
[WHY&HOW] We should not be recursively calling the manual trigger programming function when FAMS is not in use. Cc: stable@vger.kernel.org Reviewed-by: Alvin Lee <alvin.lee2@amd.com> Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Dillon Varone <dillon.varone@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 81901d8 commit 9539275

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,6 @@ static void optc32_setup_manual_trigger(struct timing_generator *optc)
267267
OTG_V_TOTAL_MAX_SEL, 1,
268268
OTG_FORCE_LOCK_ON_EVENT, 0,
269269
OTG_SET_V_TOTAL_MIN_MASK, (1 << 1)); /* TRIGA */
270-
271-
// Setup manual flow control for EOF via TRIG_A
272-
optc->funcs->setup_manual_trigger(optc);
273270
}
274271
}
275272

0 commit comments

Comments
 (0)