Home
last modified time | relevance | path

Searched refs:tdlut_drain_time (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.h656 double tdlut_drain_time[DML2_MAX_PLANES]; member
883 double tdlut_drain_time[DML2_MAX_PLANES]; member
1206 double tdlut_drain_time[DML2_MAX_PLANES]; member
1291 double tdlut_drain_time[DML2_MAX_PLANES]; member
2035 double tdlut_drain_time; member
2353 double *tdlut_drain_time; member
H A Ddml2_core_dcn5_funcs_mode_programming.c454 calculate_tdlut_setting_params->tdlut_drain_time = &s->tdlut_drain_time[k]; in dcn5_mode_programming()
707 CalculatePrefetchSchedule_params->tdlut_drain_time = s->tdlut_drain_time[k]; in dcn5_mode_programming()
H A Ddml2_core_dcn5_calcs_dchub.c2383 *p->tdlut_drain_time = 0; in dcn5_calculate_tdlut_setting()
2449 *p->tdlut_drain_time = p->cursor_buffer_size * 1024 / tdlut_drain_rate; in dcn5_calculate_tdlut_setting()
2469 DML_LOG_VERBOSE("DML::%s: tdlut_drain_time = %f\n", __func__, *p->tdlut_drain_time); in dcn5_calculate_tdlut_setting()
2951 s->min_Lsw_oto = math_max2(s->min_Lsw_oto, p->tdlut_drain_time / s->LineTime); in dcn5_calculate_prefetch_schedule()
2955 s->min_Lsw_equ = math_max2(s->min_Lsw_equ, p->tdlut_drain_time / s->LineTime); in dcn5_calculate_prefetch_schedule()
3296 unsigned int min_lsw_required = (unsigned int)math_max2(2, p->tdlut_drain_time / s->LineTime); in dcn5_calculate_prefetch_schedule()