Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1418 double max_allow_time_us = s->pmo_dcn4.group_common_fams2_meta[i].allow_time_us; in is_config_schedulable() local
1423 max_allow_time_us = math_min2( in is_config_schedulable()
1425 (max_allow_time_us - s->pmo_dcn4.group_common_fams2_meta[sorted_j].disallow_time_us) / 2); in is_config_schedulable()
1427 if (max_allow_time_us < 0.0) { in is_config_schedulable()
1434 if (max_allow_time_us <= 0.0) { in is_config_schedulable()