Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1015 s->TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
1414 s->TimeForFetchingRowInVBlank = s->Tr0_oto; in CalculatePrefetchSchedule()
1417 …*p->DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * s->TimeForFetchingRowInVBlank / s->LineT… in CalculatePrefetchSchedule()
1421 s->TimeForFetchingRowInVBlank = s->Tr0_equ; in CalculatePrefetchSchedule()
1425 …*p->DestinationLinesToRequestRowInVBlank = dml_floor(4.0 * s->TimeForFetchingRowInVBlank / s->Line… in CalculatePrefetchSchedule()
1428 …*p->DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * s->TimeForFetchingRowInVBlank / s->LineT… in CalculatePrefetchSchedule()
1437 dml_print("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1513 …_t)s->LinesToRequestPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->Tim… in CalculatePrefetchSchedule()
1515 …f data pagetables and first row of meta data (done in parallel)\n", s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1519 …p->VStartup * s->LineTime - s->TimeForFetchingMetaPTE - 2 * s->TimeForFetchingRowInVBlank - (*p->D… in CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_core_structs.h1847 dml_float_t TimeForFetchingRowInVBlank; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1405 double TimeForFetchingRowInVBlank; member
H A Ddml2_core_dcn4_calcs.c5139 s->TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
5743 s->TimeForFetchingRowInVBlank = s->Tr0_oto; in CalculatePrefetchSchedule()
5746 …*p->dst_y_per_row_vblank = math_ceil2(4.0 * s->TimeForFetchingRowInVBlank / s->LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
5758 s->TimeForFetchingRowInVBlank = s->Tr0_equ; in CalculatePrefetchSchedule()
5761 …*p->dst_y_per_row_vblank = math_ceil2(4.0 * s->TimeForFetchingRowInVBlank / s->LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
5783 …LOG_VERBOSE("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
5866 …le)s->LinesToRequestPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->Tim… in CalculatePrefetchSchedule()
5868 …SE("DML: Tr0: %fus - time to fetch first row of data pagetables\n", s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
5872 …\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->TimeForFetchingRowInVBlank - (*p->D… in CalculatePrefetchSchedule()
5881 s->TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
[all …]