Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: update nv1x stutter latencies

[why]
Recent characterization shows increased stutter latencies on some SKUs,
leading to underflow.

[how]
Update SOC params to account for this worst case latency.

Signed-off-by: Jun Lei <jun.lei@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Jun Lei and committed by
Alex Deucher
c4790a88 4cdd7b33

+2 -2
+2 -2
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c
··· 409 409 }, 410 410 }, 411 411 .num_states = 5, 412 - .sr_exit_time_us = 8.6, 413 - .sr_enter_plus_exit_time_us = 10.9, 412 + .sr_exit_time_us = 11.6, 413 + .sr_enter_plus_exit_time_us = 13.9, 414 414 .urgent_latency_us = 4.0, 415 415 .urgent_latency_pixel_data_only_us = 4.0, 416 416 .urgent_latency_pixel_mixed_with_vm_data_us = 4.0,