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_dcn5_calcs_dchub.c2711 s->TimeForFetchingVM = 0.0; in dcn5_calculate_prefetch_schedule()
3263 s->TimeForFetchingVM = s->Tvm_oto; in dcn5_calculate_prefetch_schedule()
3268 s->TimeForFetchingVM = s->Tvm_equ; in dcn5_calculate_prefetch_schedule()
3273 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in dcn5_calculate_prefetch_schedule()
3281 DML_LOG_VERBOSE("DML::%s: TimeForFetchingVM = %f\n", __func__, s->TimeForFetchingVM); in dcn5_calculate_prefetch_schedule()
3354 …questPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingVM); in dcn5_calculate_prefetch_schedule()
3355 DML_LOG_VERBOSE("DML: Tvm: %fus - time to fetch vm\n", s->TimeForFetchingVM); in dcn5_calculate_prefetch_schedule()
3360 …fus - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->Tim… in dcn5_calculate_prefetch_schedule()
3368 s->TimeForFetchingVM = 0; in dcn5_calculate_prefetch_schedule()
3415 s->TimeForFetchingVM = 0; in dcn5_calculate_prefetch_schedule()
H A Ddml2_core_shared_types.h1476 double TimeForFetchingVM; member