drm/amd/display: Enable 8k60hz mode on single display
authorNicholas Susanto <nicholas.susanto@amd.com>
Mon, 31 Jul 2023 17:19:38 +0000 (13:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Aug 2023 22:08:28 +0000 (18:08 -0400)
commit133fe0dd99a9b896fe66fd4bc682227e8bbd4ded
tree32a3c994b7e669d48be9a52981bbed015135d57b
parent73d450926432c7cb48f668b774629b596afe6084
drm/amd/display: Enable 8k60hz mode on single display

[Why]

8k60hz compliace test failing because we restrict it single memory
channels. Workaround by not restricting it on single displays.

[How]

Adding an additional check to DCN314 to restrict 8k60hz mode if it has
more than 1 display connected.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Nicholas Susanto <nicholas.susanto@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c