drm/amd/display: Change HDMI judgement condition.
[Why & How] Use dc_is_hdmi_signal to determine signal type. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: JinZe.Xu <JinZe.Xu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f173fbe5b0
commit
98dd398aa3
1 changed files with 1 additions and 1 deletions
|
@ -4374,7 +4374,7 @@ void core_link_enable_stream(
|
|||
dp_set_dsc_enable(pipe_ctx, true);
|
||||
}
|
||||
|
||||
if (pipe_ctx->stream->signal == SIGNAL_TYPE_HDMI_TYPE_A) {
|
||||
if (dc_is_hdmi_signal(pipe_ctx->stream->signal)) {
|
||||
core_link_set_avmute(pipe_ctx, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue