Home
last modified time | relevance | path

Searched refs:TCalc (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h732 double TCalc,
H A Ddisplay_mode_vba_32.c597 mode_lib->vba.TCalc = 24.0 / v->DCFCLKDeepSleep; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
796 v->TCalc, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1383 v->MinTTUVBlank[k] = mode_lib->vba.TCalc + v->MinTTUVBlank[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h810 double TCalc; member
1940 double TCalc; member
H A Ddml2_core_dcn4_calcs.c5456 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(p->TCalc, *p->Tvm_trips) + s->TWait_… in CalculatePrefetchSchedule()
5458 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(p->TCalc, p->ExtraLatencyPrefetch) +… in CalculatePrefetchSchedule()
5517 …("DML::%s: TCalc: %fus - time for calculations in dchub starting at vready\n", __func__, p->TCalc); in CalculatePrefetchSchedule()
5872 …->DSTXAfterScaler) / (double)p->myPipe->HTotal)) * s->LineTime - p->TWait - p->TCalc - *p->TSetup); in CalculatePrefetchSchedule()
7507 CalculatePrefetchSchedule_params->TCalc = mode_lib->ms.TimeCalc; in dml_core_ms_prefetch_check()
11012 mode_lib->mp.TCalc = 24.0 / mode_lib->mp.DCFCLKDeepSleep; in dml_core_mode_programming()
11295 CalculatePrefetchSchedule_params->TCalc = mode_lib->mp.TCalc; in dml_core_mode_programming()
11902 mode_lib->mp.MinTTUVBlank[k] = mode_lib->mp.TCalc + mode_lib->mp.MinTTUVBlank[k]; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1130 dml_float_t TCalc; member
1610 dml_float_t TCalc; member
H A Ddisplay_mode_core.c1225 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + dml_max(p->TWait + p->TCalc, *p->Tdmdl)) / s->… in CalculatePrefetchSchedule()
1267 …("DML::%s: TCalc: %fus - time for calculations in dchub starting at vready\n", __func__, p->TCalc); in CalculatePrefetchSchedule()
1519 …XAfterScaler) / (dml_float_t)p->myPipe->HTotal)) * s->LineTime - p->TWait - p->TCalc - *p->TSetup); in CalculatePrefetchSchedule()
6261 CalculatePrefetchSchedule_params->TCalc = mode_lib->ms.TimeCalc; in set_calculate_prefetch_schedule_params()
8848 locals->TCalc = 24.0 / locals->DCFCLKDeepSleep; in dml_core_mode_programming()
9042 CalculatePrefetchSchedule_params->TCalc = locals->TCalc; in dml_core_mode_programming()
9658 locals->MinTTUVBlank[k] = locals->TCalc + locals->MinTTUVBlank[k]; in dml_core_mode_programming()
10275 dml_get_var_func(tcalc, dml_float_t, mode_lib->mp.TCalc);
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h585 double TCalc; member
H A Ddisplay_mode_vba.c110 dml_get_attr_func(tcalc, mode_lib->vba.TCalc);