Searched refs:TimeForFetchingRowInVBlank (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.c | 3463 double TimeForFetchingRowInVBlank = 0; in dml32_CalculatePrefetchSchedule() local 3893 TimeForFetchingRowInVBlank = Tr0_oto; in dml32_CalculatePrefetchSchedule() 3919 TimeForFetchingRowInVBlank = Tr0_equ; in dml32_CalculatePrefetchSchedule() 3929 dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0) / 4.0; in dml32_CalculatePrefetchSchedule() 3938 dml_print("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, TimeForFetchingRowInVBlank); in dml32_CalculatePrefetchSchedule() 4030 2.0*TimeForFetchingRowInVBlank + TimeForFetchingMetaPTE); in dml32_CalculatePrefetchSchedule() 4036 TimeForFetchingMetaPTE - 2*TimeForFetchingRowInVBlank - (*DSTYAfterScaler + in dml32_CalculatePrefetchSchedule()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 796 double TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() local 1086 TimeForFetchingRowInVBlank = Tr0_oto; in CalculatePrefetchSchedule() 1091 TimeForFetchingRowInVBlank = Tr0_equ; in CalculatePrefetchSchedule() 1097 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule() 1147 …s\n", (double)LinesToRequestPrefetchPixelData * LineTime + 2.0*TimeForFetchingRowInVBlank + TimeFo… in CalculatePrefetchSchedule() 1149 …w of data pagetables and first row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 1150 … of data pagetables and second row of meta data (done in parallel)\n", TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 1154 …chedule\n", VStartup * LineTime - TimeForFetchingMetaPTE - 2 * TimeForFetchingRowInVBlank - (v->DS… in CalculatePrefetchSchedule()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 1015 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 D | display_mode_core_structs.h | 1847 dml_float_t TimeForFetchingRowInVBlank; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 5119 s->TimeForFetchingRowInVBlank = 0.0; in CalculatePrefetchSchedule() 5723 s->TimeForFetchingRowInVBlank = s->Tr0_oto; in CalculatePrefetchSchedule() 5726 …*p->dst_y_per_row_vblank = math_ceil2(4.0 * s->TimeForFetchingRowInVBlank / s->LineTime, 1.0) / 4.… in CalculatePrefetchSchedule() 5738 s->TimeForFetchingRowInVBlank = s->Tr0_equ; in CalculatePrefetchSchedule() 5741 …*p->dst_y_per_row_vblank = math_ceil2(4.0 * s->TimeForFetchingRowInVBlank / s->LineTime, 1.0) / 4.… in CalculatePrefetchSchedule() 5763 …LOG_VERBOSE("DML::%s: TimeForFetchingRowInVBlank = %f\n", __func__, s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 5846 …le)s->LinesToRequestPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->Tim… in CalculatePrefetchSchedule() 5848 …SE("DML: Tr0: %fus - time to fetch first row of data pagetables\n", s->TimeForFetchingRowInVBlank); in CalculatePrefetchSchedule() 5852 …\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->TimeForFetchingRowInVBlank - (*p->D… in CalculatePrefetchSchedule() 5861 s->TimeForFetchingRowInVBlank = 0; in CalculatePrefetchSchedule() [all …]
|