]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Should disable when new stream is null
authorLeo (Sunpeng) Li <sunpeng.li@amd.com>
Tue, 17 Oct 2017 21:18:24 +0000 (17:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Nov 2017 22:54:06 +0000 (17:54 -0500)
commitbd14a9814fefd3beb64aec5c469403f2d730a16d
treead26682822debd1a56f97b96099a08d2fa85e536
parent71a7b07b6ce23847d73cf1fd6066bc0d10a85e19
drm/amd/display: Should disable when new stream is null

core_link_disable_stream should be called when the new stream is null
(i.e. want to disable). Modify the if condition to reflect that.

Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c