]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: fix missing az disable in reset backend
authorEric Yang <Eric.Yang2@amd.com>
Thu, 15 Feb 2018 20:55:31 +0000 (15:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Mar 2018 20:33:34 +0000 (15:33 -0500)
commitcc38e3f4ec61a61cd215234a3337151b49b1807f
treee319ea2da716ab060aa30139033a7d63f3d0cd2e
parent49b35831618f1e271574134fa6bbfeb18ec46349
drm/amd/display: fix missing az disable in reset backend

Optimization in reset backend skips disable stream if it is
already done in dc_stream_set_dpms. However that path does
not disable az in order to prevent audio from toggling
between internal and external displays. This still need to
be done.

Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c