drm/amd/display: Blank stream before destroying HDCP session
authorJaehyun Chung <jaehyun.chung@amd.com>
Thu, 30 Jul 2020 20:31:29 +0000 (16:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Aug 2020 22:09:31 +0000 (18:09 -0400)
commit79940e4d10df9c737a394630968471c632246ee0
tree5f59608c1243395ab069ab8ab2af85f655947078
parentb24bdc37d03a0478189e20a50286092840f414fa
drm/amd/display: Blank stream before destroying HDCP session

[Why]
Stream disable sequence incorretly destroys HDCP session while stream is
not blanked and while audio is not muted. This sequence causes a flash
of corruption during mode change and an audio click.

[How]
Change sequence to blank stream before destroying HDCP session. Audio will
also be muted by blanking the stream.

Cc: stable@vger.kernel.org
Signed-off-by: Jaehyun Chung <jaehyun.chung@amd.com>
Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c