Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
Ddml2_pmo_dcn4_fams2.c1138 stream_method_fams2_meta->allow_time_us = in build_method_scheduling_params()
1141 if (stream_method_fams2_meta->allow_time_us >= stream_method_fams2_meta->period_us) { in build_method_scheduling_params()
1146 stream_method_fams2_meta->period_us - stream_method_fams2_meta->allow_time_us; in build_method_scheduling_params()
1241 return group_fams2_meta->allow_time_us > 0.0 && in is_timing_group_schedulable()
1317 double max_allow_time_us = s->pmo_dcn4.group_common_fams2_meta[i].allow_time_us; in is_config_schedulable()
1323 s->pmo_dcn4.group_common_fams2_meta[sorted_j].allow_time_us, in is_config_schedulable()
1372 …if (s->pmo_dcn4.group_common_fams2_meta[sorted_i].allow_time_us < s->pmo_dcn4.group_common_fams2_m… in is_config_schedulable()
1401 …_fams2_meta[lrg_idx].disallow_time_us - s->pmo_dcn4.group_common_fams2_meta[sml_idx].allow_time_us; in is_config_schedulable()
1405 …_dcn4.group_common_fams2_meta[lrg_idx].allow_time_us + s->pmo_dcn4.group_common_fams2_meta[sml_idx… in is_config_schedulable()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
Ddml2_internal_shared_types.h260 double allow_time_us; member