Commit fa458eb1 authored by Benjamin Marty's avatar Benjamin Marty Committed by Alex Deucher

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

Fixes crash on MST Hub disconnect.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1849
Fixes: ee2698cf ("drm/amd/display: Changed pipe split policy to allow for multi-display pipe split")
Signed-off-by: default avatarBenjamin Marty <info@benjaminmarty.ch>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 69f0b547
...@@ -644,7 +644,7 @@ static const struct dc_debug_options debug_defaults_drv = { ...@@ -644,7 +644,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.clock_trace = true, .clock_trace = true,
.disable_pplib_clock_request = true, .disable_pplib_clock_request = true,
.min_disp_clk_khz = 100000, .min_disp_clk_khz = 100000,
.pipe_split_policy = MPC_SPLIT_DYNAMIC, .pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP,
.force_single_disp_pipe_split = false, .force_single_disp_pipe_split = false,
.disable_dcc = DCC_ENABLE, .disable_dcc = DCC_ENABLE,
.vsr_support = true, .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