]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit827f11e97dbc591f0c9619151b9a89f082e8ecb8
treead26682822debd1a56f97b96099a08d2fa85e536
parent1b6c80674192bd6b235de7bc58f0bd03eb7f89df
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