drm/amd/display: Fix noise issue on HDMI AV mute
authorLeo Ma <hanghong.ma@amd.com>
Fri, 28 Jul 2023 12:35:07 +0000 (08:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Mar 2024 17:36:29 +0000 (13:36 -0400)
commit69e3be6893a7e668660b05a966bead82bbddb01d
treedaf62114f672e89afb605470d63a41f5d6a577de
parentcf8c498694a443e28dc1222f3ab94677114a4724
drm/amd/display: Fix noise issue on HDMI AV mute

[Why]
When mode switching is triggered there is momentary noise visible on
some HDMI TV or displays.

[How]
Wait for 2 frames to make sure we have enough time to send out AV mute
and sink receives a full frame.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Leo Ma <hanghong.ma@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c