]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fix audio on display after unplugging another
authorAric Cyr <aric.cyr@amd.com>
Wed, 14 Sep 2022 16:54:52 +0000 (12:54 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Sep 2022 13:41:44 +0000 (09:41 -0400)
commit4f0aa6368fbc1be2f05c09361e21e32d0a3c60c3
tree4e3fa4d8a7a68e7bcf63d41e0b1b57ec608c3a2b
parente9ff01371482ede0172193ca76d17f7309d3d84c
drm/amd/display: Fix audio on display after unplugging another

Revert "dc: skip audio setup when audio stream is enabled"

This reverts commit 301b460275341c0e686fcbdb8d85b97c007cd963

[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: Martin Leung <Martin.Leung@amd.com>
Acked-by: Jasdeep Dhillon <jdhillon@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@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