drm/amd/display: Fix for the no Audio bug with Tiled Displays
authorMustapha Ghaddar <mghaddar@amd.com>
Mon, 15 Nov 2021 22:56:42 +0000 (17:56 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Dec 2021 21:05:38 +0000 (16:05 -0500)
commit9602044d1cc12280e20c88885f2cd640ae80f69e
tree51c35d7c35a3ff06fb7ffc07ab9599fb6f3024b6
parenta896f870f8a5f23ec961d16baffd3fda1f8be57c
drm/amd/display: Fix for the no Audio bug with Tiled Displays

[WHY]
It seems like after a series of plug/unplugs we end up in a situation
where tiled display doesnt support Audio.

[HOW]
The issue seems to be related to when we check streams changed after an
HPD, we should be checking the audio_struct as well to see if any of its
values changed.

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Mustapha Ghaddar <mustapha.ghaddar@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/core/dc_resource.c