Searched refs:Ttrip (Results 1 – 3 of 3) sorted by relevance
2543 double Ttrip, in dcn5_calculate_extra_latency() argument2572 Tex_trips = (display_cfg->hostvm_enable && hostvm_mode == 1) ? (2.0 * Ttrip) : 0.0; in dcn5_calculate_extra_latency()2619 double Ttrip, in dcn5_calculate_t_wait() argument2625 double t_urg_trip = math_max2(UrgentLatency, Ttrip); in dcn5_calculate_t_wait()2630 DML_LOG_VERBOSE("DML::%s: Ttrip = %f\n", __func__, Ttrip); in dcn5_calculate_t_wait()2743 …s->TWait_p = p->TWait - p->Ttrip; // TWait includes max(Turg, Ttrip) and Ttrip here is already max… in dcn5_calculate_prefetch_schedule()2761 DML_LOG_VERBOSE("DML::%s: Ttrip = %f\n", __func__, p->Ttrip); in dcn5_calculate_prefetch_schedule()2787 s->trip_to_mem = p->Ttrip; in dcn5_calculate_prefetch_schedule()2799 *p->Tdmdl = *p->Tdmdl_vm + p->Ttrip; in dcn5_calculate_prefetch_schedule()2802 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in dcn5_calculate_prefetch_schedule()[all …]
2028 double Ttrip; member
701 CalculatePrefetchSchedule_params->Ttrip = mode_lib->mp.TripToMemory; in dcn5_mode_programming()