drm/amd/display: Set number of pipes to 1 if the second pipe was disabled
authorNikola Cornij <nikola.cornij@amd.com>
Wed, 28 Aug 2019 22:30:43 +0000 (18:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:10:57 +0000 (09:10 -0500)
commit2fef0faa1cdc5d41ce3ef83f7b8f7e7ecb02d700
treee4540707598cd5055d696646848c3de5ce5254a1
parent2ad0cdf9e2e9e079af34af681863fa638f2ee212
drm/amd/display: Set number of pipes to 1 if the second pipe was disabled

[why]
Some ODM-related register settings are inconsistently updated by VBIOS, causing
the state in DC to be invalid, which would then end up crashing in certain
use-cases (such as disable/enable device).

[how]
Check the enabled status of the second pipe when determining the number of
OPTC sources. If the second pipe is disabled, set the number of sources to 1
regardless of other settings (that may not be updated correctly).

Signed-off-by: Nikola Cornij <nikola.cornij@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c