Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1404 double TimeForFetchingVM; member
H A Ddml2_core_dcn4_calcs.c5138 s->TimeForFetchingVM = 0.0; in CalculatePrefetchSchedule()
5742 s->TimeForFetchingVM = s->Tvm_oto; in CalculatePrefetchSchedule()
5745 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
5757 s->TimeForFetchingVM = s->Tvm_equ; in CalculatePrefetchSchedule()
5760 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
5782 DML_LOG_VERBOSE("DML::%s: TimeForFetchingVM = %f\n", __func__, s->TimeForFetchingVM); in CalculatePrefetchSchedule()
5866 …questPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingVM); in CalculatePrefetchSchedule()
5867 DML_LOG_VERBOSE("DML: Tvm: %fus - time to fetch vm\n", s->TimeForFetchingVM); in CalculatePrefetchSchedule()
5872 …fus - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->Tim… in CalculatePrefetchSchedule()
5880 s->TimeForFetchingVM = 0; in CalculatePrefetchSchedule()
[all …]