Skip to content

Commit 11831e8

Browse files
Nicholas Kazlauskasgregkh
authored andcommitted
drm/amd/display: Update min Z8 residency time to 2100 for DCN314
commit 4636a21 upstream. [Why] Some panels with residency period of 2054 exhibit flickering with Z8 at the end of the frame. [How] As a workaround, increase the limit to block these panels. Cc: stable@vger.kernel.org # 6.1+ Reviewed-by: Syed Hassan <syed.hassan@amd.com> Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1191c0f commit 11831e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ static const struct dc_plane_cap plane_cap = {
869869
static const struct dc_debug_options debug_defaults_drv = {
870870
.disable_z10 = false,
871871
.enable_z9_disable_interface = true,
872-
.minimum_z8_residency_time = 2000,
872+
.minimum_z8_residency_time = 2100,
873873
.psr_skip_crtc_disable = true,
874874
.replay_skip_crtc_disabled = true,
875875
.disable_dmcu = true,

0 commit comments

Comments
 (0)