Skip to content

Commit 7e38ac5

Browse files
Zhan Liualexdeucher
authored andcommitted
drm/amd/display: change FIFO reset condition to embedded display only
[Why] FIFO reset is only necessary for fast boot sequence, where otg is disabled and dig fe is enabled when changing dispclk. Fast boot is only enabled on embedded displays. [How] Change FIFO reset condition to "embedded display only". Signed-off-by: Zhan Liu <[email protected]> Reviewed-by: Charlene Liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent ac46d93 commit 7e38ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ static enum dc_status apply_single_controller_ctx_to_hw(
16081608
pipe_ctx->stream_res.stream_enc,
16091609
pipe_ctx->stream_res.tg->inst);
16101610

1611-
if (dc_is_dp_signal(pipe_ctx->stream->signal) &&
1611+
if (dc_is_embedded_signal(pipe_ctx->stream->signal) &&
16121612
pipe_ctx->stream_res.stream_enc->funcs->reset_fifo)
16131613
pipe_ctx->stream_res.stream_enc->funcs->reset_fifo(
16141614
pipe_ctx->stream_res.stream_enc);

0 commit comments

Comments
 (0)