drm/amd/display: enable audio on DP seamless boot
authorAnthony Wang <anthony1.wang@amd.com>
Wed, 10 Feb 2021 14:08:26 +0000 (09:08 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Feb 2021 23:05:28 +0000 (18:05 -0500)
commite664609e43bc2d25f1a2b170a5d59e2a8541a0a2
tree9d8eb59afbdb842cb2b7b7b0993afa0410af3566
parentc6341f008a315bdfddcca93892bfe702fb7b8dbe
drm/amd/display: enable audio on DP seamless boot

[Why]
Some external displays with DP can use seamless boot, but their audio endpoints are
only enabled after hotplug.
On boot, these displays inherit UEFI timings without properly initializing audio.

[How]
Enable display audio when seamless booting with an external monitor over DP.

Signed-off-by: Anthony Wang <anthony1.wang@amd.com>
Acked-by: Bindu Ramamurthy <bindu.r@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_link.c