Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1402 double Tvm_oto_lines;
1401 double Tvm_oto_lines; global() member
H A Ddml2_core_dcn4_calcs.c5162 s->Tvm_oto_lines = 0.0; in CalculatePrefetchSchedule()
5461 s->Tvm_oto_lines = math_ceil2(4.0 * s->Tvm_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()
5463 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
5527 DML_LOG_VERBOSE("DML::%s: Tvm_oto_lines = %f\n", __func__, s->Tvm_oto_lines); in CalculatePrefetchSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1843 dml_float_t Tvm_oto_lines; member
H A Ddisplay_mode_core.c1013 s->Tvm_oto_lines = 0.0; in CalculatePrefetchSchedule()
1223 s->Tvm_oto_lines = dml_ceil(4.0 * s->Tvm_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()
1225 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()
1253 dml_print("DML::%s: Tvm_oto_lines = %f\n", __func__, s->Tvm_oto_lines); in CalculatePrefetchSchedule()