Home
last modified time | relevance | path

Searched refs:ExtraLatencyPrefetch (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h498 double ExtraLatencyPrefetch; member
851 double ExtraLatencyPrefetch; member
2013 double ExtraLatencyPrefetch; member
H A Ddml2_core_dcn5_calcs_dchub.c2549 double *ExtraLatencyPrefetch) in dcn5_calculate_extra_latency()
2591 *ExtraLatencyPrefetch = *ExtraLatency + Tarb_prefetch; in dcn5_calculate_extra_latency()
2613 DML_LOG_VERBOSE("DML::%s: ExtraLatencyPrefetch=%f\n", __func__, *ExtraLatencyPrefetch); in dcn5_calculate_extra_latency()
2788 …*p->Tvm_trips = p->ExtraLatencyPrefetch + math_max2(s->trip_to_mem * (p->display_cfg->gpuvm_max_pa… in dcn5_calculate_prefetch_schedule()
2802 *p->Tdmdl = s->TWait_p + p->ExtraLatencyPrefetch + p->Ttrip; // Tex in dcn5_calculate_prefetch_schedule()
2887 DML_LOG_VERBOSE("DML::%s: ExtraLatencyPrefetch = %f\n", __func__, p->ExtraLatencyPrefetch); in dcn5_calculate_prefetch_schedule()
2895 …s->Tvm_trips_rounded = math_max2(s->LineTime * math_ceil2(4.0*math_max3(p->ExtraLatencyPrefetch, p… in dcn5_calculate_prefetch_schedule()
2916 …*p->Tno_bw = p->ExtraLatencyPrefetch + s->trip_to_mem * (double)((p->display_cfg->gpuvm_max_page_t… in dcn5_calculate_prefetch_schedule()
2918 *p->Tno_bw = p->ExtraLatencyPrefetch; in dcn5_calculate_prefetch_schedule()
3006 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + math_max2(p->TCalc, p->ExtraLatencyPrefetch) +… in dcn5_calculate_prefetch_schedule()
[all …]
H A Ddml2_core_dcn5_funcs_mode_programming.c488 &mode_lib->mp.ExtraLatencyPrefetch); in dcn5_mode_programming()
686 CalculatePrefetchSchedule_params->ExtraLatencyPrefetch = mode_lib->mp.ExtraLatencyPrefetch; in dcn5_mode_programming()