]> git.itanic.dy.fi Git - linux-stable/commit
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>
Wed, 21 Sep 2022 21:23:44 +0000 (17:23 -0400)
commit65fbfb02c2734cacffec5e3f492e1b4f1dabcf98
tree3946faaca86c3b215b86269d407f0e32877548b4
parent52bb21499cf54fa65b56d97cd0d68579c90207dd
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