https://github.com/torvalds/linux
Revision 65fbfb02c2734cacffec5e3f492e1b4f1dabcf98 authored by zhikzhai on 26 August 2022, 11:44:50 UTC, committed by Alex Deucher on 21 September 2022, 21:23:44 UTC
[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>
1 parent 52bb214
History
Tip revision: 65fbfb02c2734cacffec5e3f492e1b4f1dabcf98 authored by zhikzhai on 26 August 2022, 11:44:50 UTC
drm/amd/display: skip audio setup when audio stream is enabled
Tip revision: 65fbfb0

back to top