drm/amd/display: skip audio setup when audio stream is enabled
authorzhikzhai <zhikai.zhai@amd.com>
Fri, 26 Aug 2022 11:44:50 +0000 (19:44 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Sep 2022 19:13:22 +0000 (15:13 -0400)
commitc4c3d87be5cbab46039633731d8c5fb203c7a95e
treec8c8c5afc840e94bff73828d3d0ad9d32d0e708b
parent441595baa55ac7b60fc9a344228faafa275f3354
drm/amd/display: skip audio setup when audio stream is enabled

[why]
We have minimal pipe split transition method to avoid pipe
allocation outage.However, this method will invoke audio setup
which cause audio output stuck once pipe reallocate.

[how]
skip audio setup for pipelines which audio stream has been enabled

Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: zhikzhai <zhikai.zhai@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/dce110/dce110_hw_sequencer.c