]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/amd/display: Set/Reset avmute when disable/enable stream
authorJinze Xu <jinze.xu@amd.com>
Thu, 7 May 2020 07:19:37 +0000 (15:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 May 2020 16:48:43 +0000 (12:48 -0400)
commit4cf7c42739ccafca753ed942ed1c96cc445c728b
treeb79c77e182df664e202d2213718d010a58c0747a
parentcbd14ae7ea934fd9d9f95103a0601a7fea243573
drm/amd/display: Set/Reset avmute when disable/enable stream

[Why]
When disconnect fe from be, something such as unstable clock may cause
garbage occurs.

[How]
Send set avmute at the beginning of disable stream and send reset avmute
at the end of enable stream.

Signed-off-by: Jinze Xu <jinze.xu@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c