File tree Expand file tree Collapse file tree
drivers/gpu/drm/amd/display/dc Expand file tree Collapse file tree Original file line number Diff line number Diff 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_AVOID_MULT_DISP ,
1072+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
10731073 .force_single_disp_pipe_split = false,
10741074 .disable_dcc = DCC_ENABLE ,
10751075 .vsr_support = true,
Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ static const struct dc_debug_options debug_defaults_drv = {
603603 .timing_trace = false,
604604 .clock_trace = true,
605605 .disable_pplib_clock_request = true,
606- .pipe_split_policy = MPC_SPLIT_AVOID ,
606+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
607607 .force_single_disp_pipe_split = false,
608608 .disable_dcc = DCC_ENABLE ,
609609 .vsr_support = true,
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ static const struct dc_debug_options debug_defaults_drv = {
874874 .clock_trace = true,
875875 .disable_pplib_clock_request = true,
876876 .min_disp_clk_khz = 100000 ,
877- .pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP ,
877+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
878878 .force_single_disp_pipe_split = false,
879879 .disable_dcc = DCC_ENABLE ,
880880 .vsr_support = true,
Original file line number Diff line number Diff line change @@ -840,7 +840,7 @@ static const struct dc_debug_options debug_defaults_drv = {
840840 .timing_trace = false,
841841 .clock_trace = true,
842842 .disable_pplib_clock_request = true,
843- .pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP ,
843+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
844844 .force_single_disp_pipe_split = false,
845845 .disable_dcc = DCC_ENABLE ,
846846 .vsr_support = true,
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ static const struct dc_debug_options debug_defaults_drv = {
686686 .disable_clock_gate = true,
687687 .disable_pplib_clock_request = true,
688688 .disable_pplib_wm_range = true,
689- .pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP ,
689+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
690690 .force_single_disp_pipe_split = false,
691691 .disable_dcc = DCC_ENABLE ,
692692 .vsr_support = true,
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ static const struct dc_debug_options debug_defaults_drv = {
211211 .timing_trace = false,
212212 .clock_trace = true,
213213 .disable_pplib_clock_request = true,
214- .pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP ,
214+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
215215 .force_single_disp_pipe_split = false,
216216 .disable_dcc = DCC_ENABLE ,
217217 .vsr_support = true,
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ static const struct dc_debug_options debug_defaults_drv = {
193193 .timing_trace = false,
194194 .clock_trace = true,
195195 .disable_pplib_clock_request = true,
196- .pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP ,
196+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
197197 .force_single_disp_pipe_split = false,
198198 .disable_dcc = DCC_ENABLE ,
199199 .vsr_support = true,
Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ static const struct dc_debug_options debug_defaults_drv = {
10021002 .timing_trace = false,
10031003 .clock_trace = true,
10041004 .disable_pplib_clock_request = false,
1005- .pipe_split_policy = MPC_SPLIT_AVOID ,
1005+ .pipe_split_policy = MPC_SPLIT_DYNAMIC ,
10061006 .force_single_disp_pipe_split = false,
10071007 .disable_dcc = DCC_ENABLE ,
10081008 .vsr_support = true,
You can’t perform that action at this time.
0 commit comments