Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn6_stage_optimizers.c304 double max_allow_time_us = s->group_common_pstate_meta[i].allow_time_us; in dcn6_is_pstate_schedulable() local
309 …double unmasked_allow_time_us = (max_allow_time_us - s->group_common_pstate_meta[sorted_j].disallo… in dcn6_is_pstate_schedulable()
311 max_allow_time_us = math_min2( in dcn6_is_pstate_schedulable()
315 if (max_allow_time_us < 0.0) { in dcn6_is_pstate_schedulable()
322 if (max_allow_time_us <= 0.0) { in dcn6_is_pstate_schedulable()