Skip to content

Commit 4636a21

Browse files
Nicholas Kazlauskasalexdeucher
authored andcommitted
drm/amd/display: Update min Z8 residency time to 2100 for DCN314
[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: [email protected] # 6.1+ Reviewed-by: Syed Hassan <[email protected]> Acked-by: Hamza Mahfooz <[email protected]> Signed-off-by: Nicholas Kazlauskas <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 0844881 commit 4636a21

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
@@ -871,7 +871,7 @@ static const struct dc_plane_cap plane_cap = {
871871
static const struct dc_debug_options debug_defaults_drv = {
872872
.disable_z10 = false,
873873
.enable_z9_disable_interface = true,
874-
.minimum_z8_residency_time = 2000,
874+
.minimum_z8_residency_time = 2100,
875875
.psr_skip_crtc_disable = true,
876876
.replay_skip_crtc_disabled = true,
877877
.disable_dmcu = true,

0 commit comments

Comments
 (0)