drm/amd/display: Do not disable phantom pipes in driver
authorSaaem Rizvi <syedsaaem.rizvi@amd.com>
Tue, 30 May 2023 17:21:10 +0000 (13:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Jun 2023 14:44:35 +0000 (10:44 -0400)
commitd62088ba314ecf098871874898ed760347d1fbd8
treeb31828f786aa7b64ed3f0a6dfaaa1b16a1ae4805
parent299004271cbf0315da327c4bd67aec3e7041cb32
drm/amd/display: Do not disable phantom pipes in driver

[Why and How]
We should not disable phantom pipes in this sequence, as this should be
controlled by FW. Furthermore, the previous programming sequence would
have enabled the phantom pipe in driver as well, causing corruption.
This change should avoid this from occuring.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Saaem Rizvi <syedsaaem.rizvi@amd.com>
Reviewed-by: Alvin Lee <Alvin.Lee2@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/dcn32/dcn32_hwseq.c