artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb48a6
)
drm/amd/display: Disabling Z10 on DCN31
author
jsg
<jsg@openbsd.org>
Fri, 10 Jun 2022 00:54:53 +0000
(
00:54
+0000)
committer
jsg
<jsg@openbsd.org>
Fri, 10 Jun 2022 00:54:53 +0000
(
00:54
+0000)
From Saaem Rizvi
d0d266c2f689d6113fe0d43d1b1fc105157c7443
in linux 5.15.y/5.15.46
5d5af34072c8b11f60960c3bea57ff9de5877791
in mainline linux
sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_resource.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_resource.c
b/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_resource.c
index
a5ef9d5
..
310ced5
100644
(file)
--- a/
sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_resource.c
+++ b/
sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_resource.c
@@
-957,6
+957,7
@@
static const struct dc_debug_options debug_defaults_drv = {
.optc = false,
}
},
+ .disable_z10 = true,
.optimize_edp_link_rate = true,
.enable_sw_cntl_psr = true,
};