artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04df5c8
)
drm/amd/display: Lowering min Z8 residency time
author
jsg
<jsg@openbsd.org>
Tue, 13 Jun 2023 03:57:27 +0000
(
03:57
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 13 Jun 2023 03:57:27 +0000
(
03:57
+0000)
From Leo Chen
1d383f9d6527d92b65d2e48afa6200370fc06380
in linux-6.1.y/6.1.29
d893f39320e1248d1c97fde0d6e51e5ea008a76b
in mainline linux
sys/dev/pci/drm/amd/display/dc/dcn314/dcn314_resource.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/display/dc/dcn314/dcn314_resource.c
b/sys/dev/pci/drm/amd/display/dc/dcn314/dcn314_resource.c
index
ca3aabd
..
b778243
100644
(file)
--- a/
sys/dev/pci/drm/amd/display/dc/dcn314/dcn314_resource.c
+++ b/
sys/dev/pci/drm/amd/display/dc/dcn314/dcn314_resource.c
@@
-884,7
+884,7
@@
static const struct dc_plane_cap plane_cap = {
static const struct dc_debug_options debug_defaults_drv = {
.disable_z10 = false,
.enable_z9_disable_interface = true,
- .minimum_z8_residency_time =
308
0,
+ .minimum_z8_residency_time =
200
0,
.psr_skip_crtc_disable = true,
.disable_dmcu = true,
.force_abm_enable = false,