Home
last modified time | relevance | path

Searched refs:max_disallow_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.c233 double max_disallow_time_us = 0.0; in dcn6_is_pstate_schedulable() local
263 max_disallow_time_us += s->group_common_pstate_meta[i].disallow_time_us; in dcn6_is_pstate_schedulable()
329 if (schedulable && max_disallow_time_us < max_allow_delay_us) { in dcn6_is_pstate_schedulable()
368 if (schedulable && max_disallow_time_us < max_allow_delay_us) { in dcn6_is_pstate_schedulable()
392max_disallow_time_us = max_shift_us / shift_per_period * s->group_common_pstate_meta[lrg_idx].peri… in dcn6_is_pstate_schedulable()
397 max_disallow_time_us < max_allow_delay_us) { in dcn6_is_pstate_schedulable()