Skip to content

Commit 859a3a9

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 6ef7f13 commit 859a3a9

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
@@ -884,7 +884,7 @@ static const struct dc_plane_cap plane_cap = {
884884
static const struct dc_debug_options debug_defaults_drv = {
885885
.disable_z10 = false,
886886
.enable_z9_disable_interface = true,
887-
.minimum_z8_residency_time = 2000,
887+
.minimum_z8_residency_time = 2100,
888888
.psr_skip_crtc_disable = true,
889889
.disable_dmcu = true,
890890
.force_abm_enable = false,

0 commit comments

Comments
 (0)