drm/amd/display: Remove Duplicate Prefetch Parameter
authorZheng, Austin <Austin.Zheng@amd.com>
Thu, 26 Mar 2026 17:29:32 +0000 (13:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:21:43 +0000 (15:21 -0400)
commit0bb8605a8bef8731e0d7ab77707943f9447ba3c4
treeb258afc1d55f41bacf70eaf501b87f070b1fb41d
parentbcfeed174882248d079a7ce02d0b4f7ca2467436
drm/amd/display: Remove Duplicate Prefetch Parameter

[Why/How]
UrgLatency value is passed in twice to the prefetch calculations.
Once through the UrgentLatency term and once through the Turg term.
Only Turg is used in the prefetch calculation so remove the unused UrgentLatency parameter

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Zheng, Austin <Austin.Zheng@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_shared_types.h