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: [email protected] Reviewed-by: Alvin Lee <[email protected]> Acked-by: Hamza Mahfooz <[email protected]> Signed-off-by: Dillon Varone <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 81901d8 commit 9539275

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)