Home
last modified time | relevance | path

Searched refs:extra_tdpe_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c5145 unsigned int extra_tdpe_bytes; in CalculatePrefetchSchedule() local
5380extra_tdpe_bytes = (unsigned int)math_max2(0, (p->display_cfg->gpuvm_max_page_table_levels - 1) * … in CalculatePrefetchSchedule()
5383 … = vm_bytes + p->tdlut_pte_bytes_per_frame + (p->display_cfg->gpuvm_enable ? extra_tdpe_bytes : 0); in CalculatePrefetchSchedule()