Home
last modified time | relevance | path

Searched refs:min_Lsw_oto (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_dcn5_calcs_dchub.c2733 s->min_Lsw_oto = 0.0; in dcn5_calculate_prefetch_schedule()
2949 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in dcn5_calculate_prefetch_schedule()
2950 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, 2.0); in dcn5_calculate_prefetch_schedule()
2951 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, p->tdlut_drain_time / s->LineTime); in dcn5_calculate_prefetch_schedule()
2965 …s->prefetch_bw_oto = math_min2(s->prefetch_bw_oto, *p->prefetch_sw_bytes / (s->min_Lsw_oto * s->Li… in dcn5_calculate_prefetch_schedule()
3010 DML_LOG_VERBOSE("DML::%s: min_Lsw_oto = %f\n", __func__, s->min_Lsw_oto); in dcn5_calculate_prefetch_schedule()
3261 …if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ && !(p->use_max_lsw && s->min_Lsw_oto < s->Lines… in dcn5_calculate_prefetch_schedule()
H A Ddml2_core_shared_types.h1495 double min_Lsw_oto; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1868 dml_float_t min_Lsw_oto; member