artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c21a9
)
drm/amd/display: Correct MPC split policy for DCN301
author
jsg
<jsg@openbsd.org>
Thu, 17 Feb 2022 05:20:32 +0000
(
05:20
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 17 Feb 2022 05:20:32 +0000
(
05:20
+0000)
From Zhan Liu
a277422a8d975966de1bd3351cc6cfd8718a166d
in linux 5.15.y/5.15.24
ac46d93235074a6c5d280d35771c23fd8620e7d9
in mainline linux
sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c
patch
|
blob
|
history
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
9e2f18a
..
26ebe00
100644
(file)
--- 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,