[Public]


-----Original Message-----
From: Liu, Zhan <zhan....@amd.com> 
Sent: Wednesday, January 19, 2022 5:22 PM
To: amd-gfx@lists.freedesktop.org
Cc: Liu, Charlene <charlene....@amd.com>; Cornij, Nikola 
<nikola.cor...@amd.com>; Gutierrez, Agustin <agustin.gutier...@amd.com>; 
Kotarac, Pavle <pavle.kota...@amd.com>; Pierre-Loup Griffais 
<pgriff...@valvesoftware.com>
Subject: [PATCH] drm/amd/display: change FIFO reset condition to embedded 
display only

[Public]

[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 <zhan....@amd.com>
Reviewed-by: Charlene Liu <charlene....@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 
b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
index f1593186e964..f3ff141b706a 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
@@ -1608,7 +1608,7 @@ static enum dc_status apply_single_controller_ctx_to_hw(
                        pipe_ctx->stream_res.stream_enc,
                        pipe_ctx->stream_res.tg->inst);

-       if (dc_is_dp_signal(pipe_ctx->stream->signal) &&
+       if (dc_is_embedded_signal(pipe_ctx->stream->signal) &&
                pipe_ctx->stream_res.stream_enc->funcs->reset_fifo)
                pipe_ctx->stream_res.stream_enc->funcs->reset_fifo(
                        pipe_ctx->stream_res.stream_enc);
--
2.25.1

Reply via email to