Skip to content

Commit 27dd79c

Browse files
committed
Revert "drm/amdgpu/display: change pipe policy for DCN 2.0"
This reverts commit bcfab8e. Hopefully this is fixed by the previous patch to enable TEMP_DEPENDENT_VMIN for navi1x or otherwise and we can re-enable MPC_SPLIT_DYNAMIC for DCN 2.0 for better power savings. Reviewed-by: Rodrigo Siqueira <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Tested-by: Daniel Wheeler <[email protected]>
1 parent 75b204e commit 27dd79c

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_AVOID_MULT_DISP,
715+
.pipe_split_policy = MPC_SPLIT_DYNAMIC,
716716
.force_single_disp_pipe_split = false,
717717
.disable_dcc = DCC_ENABLE,
718718
.vsr_support = true,

0 commit comments

Comments
 (0)