Skip to content

Commit ef35c7b

Browse files
committed
Revert "Revert "drm/amdgpu/display: change pipe policy for DCN 2.0""
This reverts commit 27dd79c. It appears MPC_SPLIT_DYNAMIC still causes problems with multiple displays on DCN2.0 hardware. Switch back to MPC_SPLIT_AVOID_MULT_DISP. This increases power usage with multiple displays, but avoids hangs. Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2475 Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent e20ff05 commit ef35c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static const struct dc_debug_options debug_defaults_drv = {
712712
.timing_trace = false,
713713
.clock_trace = true,
714714
.disable_pplib_clock_request = true,
715-
.pipe_split_policy = MPC_SPLIT_DYNAMIC,
715+
.pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP,
716716
.force_single_disp_pipe_split = false,
717717
.disable_dcc = DCC_ENABLE,
718718
.vsr_support = true,

0 commit comments

Comments
 (0)