Skip to content

Commit d893f39

Browse files
Leo Chenalexdeucher
authored andcommitted
drm/amd/display: Lowering min Z8 residency time
[Why & How] Per HW team request, we're lowering the minimum Z8 residency time to 2000us. This enables Z8 support for additional modes we were previously blocking like 2k>60hz Cc: stable@vger.kernel.org Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Leo Chen <sancchen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 08da182 commit d893f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ static const struct dc_plane_cap plane_cap = {
885885
static const struct dc_debug_options debug_defaults_drv = {
886886
.disable_z10 = false,
887887
.enable_z9_disable_interface = true,
888-
.minimum_z8_residency_time = 3080,
888+
.minimum_z8_residency_time = 2000,
889889
.psr_skip_crtc_disable = true,
890890
.disable_dmcu = true,
891891
.force_abm_enable = false,

0 commit comments

Comments
 (0)