Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1014 s->TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule()
1413 s->TimeForFetchingMetaPTE = s->Tvm_oto; in CalculatePrefetchSchedule()
1416 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()
1420 s->TimeForFetchingMetaPTE = s->Tvm_equ; in CalculatePrefetchSchedule()
1424 …*p->DestinationLinesToRequestVMInVBlank = dml_floor(4.0 * s->TimeForFetchingMetaPTE / s->LineTime,… in CalculatePrefetchSchedule()
1427 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()
1513 …PrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()
1514 …_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()
1519 … - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingMetaPTE - 2 * s->T… in CalculatePrefetchSchedule()
1525 s->TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_core_structs.h1846 dml_float_t TimeForFetchingMetaPTE; member