Home
last modified time | relevance | path

Searched refs:allow_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.c1238 stream_method_fams2_meta->allow_time_us = in build_method_scheduling_params()
1241 if (stream_method_fams2_meta->allow_time_us >= stream_method_fams2_meta->period_us) { in build_method_scheduling_params()
1246 stream_method_fams2_meta->period_us - stream_method_fams2_meta->allow_time_us; in build_method_scheduling_params()
1342 return group_fams2_meta->allow_time_us > 0.0 && in is_timing_group_schedulable()
1418 double max_allow_time_us = s->pmo_dcn4.group_common_fams2_meta[i].allow_time_us; in is_config_schedulable()
1424 s->pmo_dcn4.group_common_fams2_meta[sorted_j].allow_time_us, in is_config_schedulable()
1473 if (s->pmo_dcn4.group_common_fams2_meta[sorted_i].allow_time_us < s->pmo_dcn4.group_common_fams2_meta[sorted_ip1].period_us || in is_config_schedulable()
1502 max_shift_us = s->pmo_dcn4.group_common_fams2_meta[lrg_idx].disallow_time_us - s->pmo_dcn4.group_common_fams2_meta[sml_idx].allow_time_us; in is_config_schedulable()
1506 shift_per_period < s->pmo_dcn4.group_common_fams2_meta[lrg_idx].allow_time_us + s->pmo_dcn4.group_common_fams2_meta[sml_idx].allow_time_us in is_config_schedulable()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h263 double allow_time_us; member