summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-17 05:20:33 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-17 05:20:33 +0000
commit74a4db58c90c515e7ae0e49230433e6272bac367 (patch)
treeac12bda72fb8e4ce0b8d48ec7ff3ecc887c35c39
parentce416a647e13720ba2afe3f58e00b0f015f81c24 (diff)
drm/amd/display: Correct MPC split policy for DCN301
From Zhan Liu a277422a8d975966de1bd3351cc6cfd8718a166d in linux 5.15.y/5.15.24 ac46d93235074a6c5d280d35771c23fd8620e7d9 in mainline linux
-rw-r--r--sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c b/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c
index 9e2f18a0c94..26ebe00a55f 100644
--- a/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c
+++ b/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c
@@ -863,7 +863,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.disable_clock_gate = true,
.disable_pplib_clock_request = true,
.disable_pplib_wm_range = true,
- .pipe_split_policy = MPC_SPLIT_DYNAMIC,
+ .pipe_split_policy = MPC_SPLIT_AVOID,
.force_single_disp_pipe_split = false,
.disable_dcc = DCC_ENABLE,
.vsr_support = true,