Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h933 double Tvm_trips[DML2_MAX_PLANES]; member
1034 double Tvm_trips[DML2_MAX_PLANES]; member
1770 double *Tvm_trips; member
H A Ddml2_core_shared.c2389 CalculatePrefetchSchedule_params->Tvm_trips = &s->Tvm_trips[k]; in dml2_core_shared_mode_support()
7544 *p->Tvm_trips = 0.0; in CalculatePrefetchSchedule()
7616 …*p->Tvm_trips = p->ExtraLatencyPrefetch + s->trip_to_mem * (p->display_cfg->gpuvm_max_page_table_l… in CalculatePrefetchSchedule()
7618 *p->Tvm_trips_flip = *p->Tvm_trips; in CalculatePrefetchSchedule()
7620 *p->Tvm_trips_flip = *p->Tvm_trips - s->trip_to_mem; in CalculatePrefetchSchedule()
7625 *p->Tdmdl_vm = s->TWait_p + *p->Tvm_trips; in CalculatePrefetchSchedule()
7697 dml2_printf("DML::%s: Tvm_trips = %f\n", __func__, *p->Tvm_trips); in CalculatePrefetchSchedule()
7704 s->Tvm_trips_rounded = math_ceil2(4.0 * *p->Tvm_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()
7771 *p->Tvm_trips, in CalculatePrefetchSchedule()
7776 dml2_printf("DML::%s: Tvm_oto max0 = %f\n", __func__, *p->Tvm_trips); in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c896 double Tvm_trips; local
947Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +…
954 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
980 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0);
1025 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1036 Tvm_trips = 0.0;
1080 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0);
1093 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips);
1247 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1794 dml_float_t Tvm_trips; member