Home
last modified time | relevance | path

Searched refs:Tvm_trips_flip_rounded (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h937 double Tvm_trips_flip_rounded[DML2_MAX_PLANES]; member
1038 double Tvm_trips_flip_rounded[DML2_MAX_PLANES]; member
1774 double *Tvm_trips_flip_rounded; member
H A Ddml2_core_shared.c635 double Tvm_trips_flip_rounded,
2393 CalculatePrefetchSchedule_params->Tvm_trips_flip_rounded = &s->Tvm_trips_flip_rounded[k]; in dml2_core_shared_mode_support()
2569 s->Tvm_trips_flip_rounded[k], in dml2_core_shared_mode_support()
7705 …*p->Tvm_trips_flip_rounded = math_ceil2(4.0 * *p->Tvm_trips_flip / s->LineTime, 1.0) / 4.0 * s->Li… in CalculatePrefetchSchedule()
7708 *p->Tvm_trips_flip_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule()
7711 *p->Tvm_trips_flip_rounded = math_max2(*p->Tvm_trips_flip_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule()
8516 double Tvm_trips_flip_rounded, in CalculateFlipSchedule() argument
8561 dml2_printf("DML::%s: Tvm_trips_flip_rounded = %f\n", __func__, Tvm_trips_flip_rounded); in CalculateFlipSchedule()
8602 …l->max_flip_time = math_min2(l->min_row_time, math_max2(Tvm_trips_flip_rounded + 2 * Tr0_trips_fli… in CalculateFlipSchedule()
8616 l->hvm_scaled_row_bytes / (l->max_flip_time - Tvm_trips_flip_rounded)); in CalculateFlipSchedule()
[all …]