Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c890 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
1180 TimeForFetchingRowInVBlank = Tr0_oto; in CalculatePrefetchSchedule()
1185 TimeForFetchingRowInVBlank = Tr0_equ; in CalculatePrefetchSchedule()
1191 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule()
1241 …s\n", (double)LinesToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeFo… in CalculatePrefetchSchedule()
1243 …w of data pagetables and first row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1244 … of data pagetables and second row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1248 …chedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank - (*DSTY… in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c910 double TimeForFetchingRowInVBlank = 0; local
1290 TimeForFetchingRowInVBlank = Tr0_oto;
1295 TimeForFetchingRowInVBlank = Tr0_equ;
1301 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)…
1315 dml_print("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, TimeForFetchingRowInVBlank);
1401 …(double) LinesToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFe…
1403 …w of data pagetables and first row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank);
1411 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c892 double TimeForFetchingRowInVBlank = 0; local
1272 TimeForFetchingRowInVBlank = Tr0_oto;
1277 TimeForFetchingRowInVBlank = Tr0_equ;
1283 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)…
1297 dml_print("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, TimeForFetchingRowInVBlank);
1383 …(double) LinesToRequestPrefetchPixelData * LineTime + 2.0 * TimeForFetchingRowInVBlank + TimeForFe…
1385 …w of data pagetables and first row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank);
1394 VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c712 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
924 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
938 TimeForFetchingRowInVBlank = (LineTime - TimeForFetchingMetaPTE) / 2.0; in CalculatePrefetchSchedule()
945 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule()
1017 dml_print("DML: Tr0: %fus\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
1018 …e)(*DestinationLinesForPrefetch) * LineTime - TimeForFetchingMetaPTE - TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c516 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
681 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
694 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
696 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
704 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
H A Ddisplay_mode_vba_20v2.c606 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local
741 TimeForFetchingRowInVBlank = in CalculatePrefetchSchedule()
754 TimeForFetchingRowInVBlank = LineTime - TimeForFetchingMetaPTE; in CalculatePrefetchSchedule()
756 TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
764 4.0 * (TimeForFetchingRowInVBlank / LineTime + 0.125), in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1382 double TimeForFetchingRowInVBlank; member
H A Ddml2_core_dcn4_calcs.c5100 s->TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule()
5704 s->TimeForFetchingRowInVBlank = s->Tr0_oto; in CalculatePrefetchSchedule()
5707 …*p->dst_y_per_row_vblank = math_ceil2(4.0 * s->TimeForFetchingRowInVBlank / s->LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
5719 s->TimeForFetchingRowInVBlank = s->Tr0_equ; in CalculatePrefetchSchedule()
5722 …*p->dst_y_per_row_vblank = math_ceil2(4.0 * s->TimeForFetchingRowInVBlank / s->LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
5744 …LOG_VERBOSE("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
5827 …le)s->LinesToRequestPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->Tim… in CalculatePrefetchSchedule()
5829 …SE("DML: Tr0: %fus - time to fetch first row of data pagetables\n", s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule()
5833 …\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->TimeForFetchingRowInVBlank - (*p->D… in CalculatePrefetchSchedule()
5842 s->TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1848 dml_float_t TimeForFetchingRowInVBlank; member