Home
last modified time | relevance | path

Searched refs:disallow_time_us (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1143 stream_method_fams2_meta->disallow_time_us = 0.0; in build_method_scheduling_params()
1145 stream_method_fams2_meta->disallow_time_us = in build_method_scheduling_params()
1242 group_fams2_meta->disallow_time_us < pmo->ip_caps->fams2.max_allow_delay_us; in is_timing_group_schedulable()
1276 max_allow_delay_us += s->pmo_dcn4.group_common_fams2_meta[i].disallow_time_us; in is_config_schedulable()
1293 …>pmo_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j]].disallow_time_us; in is_config_schedulable()
1294 …_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j + 1]].disallow_time_us; in is_config_schedulable()
1312 if (s->pmo_dcn4.group_common_fams2_meta[i].disallow_time_us <= 0.0) { in is_config_schedulable()
1321 if (i != sorted_j && s->pmo_dcn4.group_common_fams2_meta[sorted_j].disallow_time_us > 0.0) { in is_config_schedulable()
1324 (max_allow_time_us - s->pmo_dcn4.group_common_fams2_meta[sorted_j].disallow_time_us) / 2); in is_config_schedulable()
1401 …max_shift_us = s->pmo_dcn4.group_common_fams2_meta[lrg_idx].disallow_time_us - s->pmo_dcn4.group_c… in is_config_schedulable()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h261 double disallow_time_us; member