diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-06-13 03:57:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-06-13 03:57:28 +0000 |
commit | 5b5ad99484158c81d7350fbdc80c4a1c4cad8f16 (patch) | |
tree | 880d5933db098793bbd47ae9475f87c2b0912608 | |
parent | a709cb703a8a439b004e7b031ae1b1cc8f4ce3c7 (diff) |
drm/amd/display: Lowering min Z8 residency time
From Leo Chen
1d383f9d6527d92b65d2e48afa6200370fc06380 in linux-6.1.y/6.1.29
d893f39320e1248d1c97fde0d6e51e5ea008a76b in mainline linux
-rw-r--r-- | sys/dev/pci/drm/amd/display/dc/dcn314/dcn314_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ca3aabdf81d..b7782433ce6 100644 --- 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 = 3080, + .minimum_z8_residency_time = 2000, .psr_skip_crtc_disable = true, .disable_dmcu = true, .force_abm_enable = false, |