Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1226 double TimeForFetchingVM; member
H A Ddml2_core_shared.c7539 s->TimeForFetchingVM = 0.0; in CalculatePrefetchSchedule()
8016 s->TimeForFetchingVM = s->Tvm_oto; in CalculatePrefetchSchedule()
8019 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
8027 s->TimeForFetchingVM = s->Tvm_equ; in CalculatePrefetchSchedule()
8031 *p->dst_y_per_vm_vblank = math_floor2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
8034 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
8050 dml2_printf("DML::%s: TimeForFetchingVM = %f\n", __func__, s->TimeForFetchingVM); in CalculatePrefetchSchedule()
8132 …questPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingVM); in CalculatePrefetchSchedule()
8133 dml2_printf("DML: Tvm: %fus - time to fetch vm\n", s->TimeForFetchingVM); in CalculatePrefetchSchedule()
8138 …fus - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->Tim… in CalculatePrefetchSchedule()
[all …]
H A Ddml2_core_dcn4_calcs.c5146 s->TimeForFetchingVM = 0.0; in CalculatePrefetchSchedule()
5741 s->TimeForFetchingVM = s->Tvm_oto; in CalculatePrefetchSchedule()
5744 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
5756 s->TimeForFetchingVM = s->Tvm_equ; in CalculatePrefetchSchedule()
5759 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()
5775 dml2_printf("DML::%s: TimeForFetchingVM = %f\n", __func__, s->TimeForFetchingVM); in CalculatePrefetchSchedule()
5859 …questPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingVM); in CalculatePrefetchSchedule()
5860 dml2_printf("DML: Tvm: %fus - time to fetch vm\n", s->TimeForFetchingVM); in CalculatePrefetchSchedule()
5865 …fus - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->Tim… in CalculatePrefetchSchedule()
5875 s->TimeForFetchingVM = 0; in CalculatePrefetchSchedule()
[all …]