Commit 83923cb2 authored by Alex Deucher's avatar Alex Deucher

Revert "drm/amdgpu/display: change pipe policy for DCN 2.1"

This reverts commit fa458eb1.

The issue is no longer present even with this commit present
as verified by the original reporter.
Reviewed-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1849#note_1759599Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
parent dffe6813
......@@ -642,7 +642,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.clock_trace = true,
.disable_pplib_clock_request = true,
.min_disp_clk_khz = 100000,
.pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP,
.pipe_split_policy = MPC_SPLIT_DYNAMIC,
.force_single_disp_pipe_split = false,
.disable_dcc = DCC_ENABLE,
.vsr_support = true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment