Skip to content

Commit ea2b852

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Set MPC_SPLIT_DYNAMIC for DCN10
Since DC version 3.2.226, DC started to use a new internal commit sequence that better deals with multiple hardware constraints. One of the improvements is a more reliable sequence for pipe split. Due to the transition made in version 3.2.226, it should be more reliable to use the pipe policy as MPC_SPLIT_DYNAMIC, and this commit makes this change. Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 63bb106 commit ea2b852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ static const struct dc_debug_options debug_defaults_drv = {
542542
.disable_pplib_clock_request = false,
543543
.disable_pplib_wm_range = false,
544544
.pplib_wm_report_mode = WM_REPORT_DEFAULT,
545-
.pipe_split_policy = MPC_SPLIT_AVOID,
546-
.force_single_disp_pipe_split = false,
545+
.pipe_split_policy = MPC_SPLIT_DYNAMIC,
546+
.force_single_disp_pipe_split = true,
547547
.disable_dcc = DCC_ENABLE,
548548
.voltage_align_fclk = true,
549549
.disable_stereo_support = true,

0 commit comments

Comments
 (0)