Skip to content

Commit 6e7545d

Browse files
committed
drm/amdgpu/display: change pipe policy for DCN 2.0
Fixes hangs on driver load with multiple displays on DCN 2.0 parts. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=215511 Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1877 Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1886 Fixes: ee2698c ("drm/amd/display: Changed pipe split policy to allow for multi-display pipe split") Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
1 parent a8b1e86 commit 6e7545d

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
@@ -1069,7 +1069,7 @@ static const struct dc_debug_options debug_defaults_drv = {
10691069
.timing_trace = false,
10701070
.clock_trace = true,
10711071
.disable_pplib_clock_request = true,
1072-
.pipe_split_policy = MPC_SPLIT_DYNAMIC,
1072+
.pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP,
10731073
.force_single_disp_pipe_split = false,
10741074
.disable_dcc = DCC_ENABLE,
10751075
.vsr_support = true,

0 commit comments

Comments
 (0)